Complete digest system
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
cat >run-digest.sh <<'EOF'
|
||||
#!/bin/bash
|
||||
source /app/data/zpravobot-digest/config.env
|
||||
python3 /app/data/zpravobot-digest/digest-bot.py "$@"
|
||||
source /app/data/config.env
|
||||
ruby /app/data/publish_digest.rb --bot="$1" "${@:2}"
|
||||
EOF
|
||||
|
||||
chmod +x run-digest.sh
|
||||
|
||||
Reference in New Issue
Block a user