ServerBot/boot.sh

13 lines
155 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
2021-01-24 22:08:44 +01:00
send "boot" "Server%20started."