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/log | 1 + tgbot_pegatino/run | 6 ++++++ 2 files changed, 7 insertions(+) create mode 120000 tgbot_pegatino/log create mode 100755 tgbot_pegatino/run (limited to 'tgbot_pegatino') diff --git a/tgbot_pegatino/log b/tgbot_pegatino/log new file mode 120000 index 0000000..01062cd --- /dev/null +++ b/tgbot_pegatino/log @@ -0,0 +1 @@ +../.log/ \ No newline at end of file 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