diff --git a/runamh.sh b/runamh.sh new file mode 100755 index 0000000..220b4aa --- /dev/null +++ b/runamh.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +amhhome="/home/mike/bots/amightyhost" + +${amhhome}/.venv/bin/python ${amhhome}/amightyhost.py -s GoToSocial -c ${amhhome}/config_llull.yml diff --git a/runamh_test.sh b/runamh_test.sh new file mode 100755 index 0000000..fb29252 --- /dev/null +++ b/runamh_test.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +amhhome="/home/mike/bots/amightyhost" +export PYTHONPATH="/home/mike/bots/botclient:$PYTHONPATH" + +/usr/bin/python3 ${amhhome}/amightyhost.py -d -s GoToSocial -c ${amhhome}/config_llull.yml