diff options
Diffstat (limited to 'tgbot_escato/run')
-rwxr-xr-x | tgbot_escato/run | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tgbot_escato/run b/tgbot_escato/run new file mode 100755 index 0000000..2931f04 --- /dev/null +++ b/tgbot_escato/run @@ -0,0 +1,6 @@ +#!/bin/sh + +source $(dirname $0)/env + +exec ~/git/tgutils/tgserver --token $TOKEN -v -- \ + ~/bots/escato.pl ~/fcphrases.txt 2>&1 |