├── LICENSE ├── README.md ├── alarm.mp3 ├── buttonAlarm.py ├── circuit.png ├── indemo.py ├── indworkshop.md ├── keys ├── authorized_keys └── key1 ├── kill.sh └── pics ├── button_sample.JPG └── circuit_sample.jpg /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura26/killallbtn/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura26/killallbtn/HEAD/README.md -------------------------------------------------------------------------------- /alarm.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura26/killallbtn/HEAD/alarm.mp3 -------------------------------------------------------------------------------- /buttonAlarm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura26/killallbtn/HEAD/buttonAlarm.py -------------------------------------------------------------------------------- /circuit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura26/killallbtn/HEAD/circuit.png -------------------------------------------------------------------------------- /indemo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura26/killallbtn/HEAD/indemo.py -------------------------------------------------------------------------------- /indworkshop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura26/killallbtn/HEAD/indworkshop.md -------------------------------------------------------------------------------- /keys/authorized_keys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura26/killallbtn/HEAD/keys/authorized_keys -------------------------------------------------------------------------------- /keys/key1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura26/killallbtn/HEAD/keys/key1 -------------------------------------------------------------------------------- /kill.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura26/killallbtn/HEAD/kill.sh -------------------------------------------------------------------------------- /pics/button_sample.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura26/killallbtn/HEAD/pics/button_sample.JPG -------------------------------------------------------------------------------- /pics/circuit_sample.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sakura26/killallbtn/HEAD/pics/circuit_sample.jpg --------------------------------------------------------------------------------