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