Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- source ~/1bash
- BITCOIN="theGROUND"
- while [ $BITCOIN == "theGROUND" ]
- do
- TIMEIN=$TELEGRAM_TIMEOUT_IN_MINUTES
- TIMEOUT=$(($TIMEIN * 60))
- bash '/home/m1/kk003_telegram'
- sleep 2
- echo ""
- echo "New check for Telegram alerts in $TIMEOUT seconds"
- sleep $TIMEOUT
- echo ""
- done
- fi
Advertisement
Add Comment
Please, Sign In to add comment