6 lines
117 B
Bash
Executable File
6 lines
117 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo 'Updating...'
|
|
git pull origin master
|
|
echo 'Finished. Starting bot...'
|
|
systemctl restart discord-bot |