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