summaryrefslogtreecommitdiff
path: root/run_linux.sh
blob: 4fe9b970a7f6c0a6b81f5ea4ffaa7a48ab807040 (plain) (blame)
1
2
3
4
5
6
#!/bin/bash
for (( ; ; ))
do
    git pull
    node bot_discord.js
done