Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- #!/bin/bash
- #
- # by OuNiS 11.2023
- #
- EXEC_TIME="3s"
- # echo "def: "$EXEC_TIME
- if test -n "$1"; then
- #echo parametr!
- EXEC_TIME=$1
- fi
- # echo "par: "$1
- # echo "exec: "$EXEC_TIME
- echo "Setting awake after: "$EXEC_TIME
- sleep $EXEC_TIME
- #belly
- seq 5 | while read x ; do sleep .2s && bell ; done ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement