From 8e98632c27aa98be010eab4e1fc30a7c0acbfe29 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Sat, 16 May 2020 16:48:32 +0200 Subject: Initial commit: aeon services --- tgbot_pegatino/run | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 tgbot_pegatino/run (limited to 'tgbot_pegatino/run') diff --git a/tgbot_pegatino/run b/tgbot_pegatino/run new file mode 100755 index 0000000..72672f8 --- /dev/null +++ b/tgbot_pegatino/run @@ -0,0 +1,6 @@ +#!/bin/sh + +source $(dirname $0)/env + +exec ~/git/tgutils/tgserver --token $TOKEN -v -- \ + ~/bots/pegatino.pl ~/fcphrases.txt 2>&1 -- cgit v1.2.3