ServerBot/boot.sh

13 lines
148 B
Bash
Raw Normal View History

2019-05-02 20:41:03 +02:00
#!/bin/bash
#notify on reboot
2019-08-29 11:03:21 +02:00
# change dir
cd "$( dirname "${BASH_SOURCE[0]}" )"
echo "pwd: "
pwd
. config.sh
2019-05-02 20:41:03 +02:00
. func.sh
send "Server%20started."