mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-04 20:12:37 +02:00
add dummy button2 script
This commit is contained in:
11
home.admin/XXbutton2.sh
Executable file
11
home.admin/XXbutton2.sh
Executable file
@@ -0,0 +1,11 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo ""
|
||||||
|
echo "Thanks"
|
||||||
|
echo "You pressed B2"
|
||||||
|
echo "-----------------------------------------------"
|
||||||
|
echo "Sleep for 10"
|
||||||
|
sleep 10
|
||||||
|
echo "Goodbye"
|
||||||
|
echo "-----------------------------------------------"
|
||||||
|
exit 0
|
Reference in New Issue
Block a user