1 changed files with 11 additions and 0 deletions
@ -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 |
Loading…
Reference in new issue