Add scripts for running inside screen

This commit is contained in:
polyfloyd 2016-10-02 19:45:31 +02:00
parent 1eb740aa78
commit 494ff28cc4
2 changed files with 6 additions and 0 deletions

3
screen.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
screen -dmS irc-bot "$(dirname $0)/start.sh"