Added shell scripts

This commit is contained in:
Mike Lynch 2025-06-02 04:33:19 +00:00
parent ecbe449fdd
commit f5c812fdb9
2 changed files with 11 additions and 0 deletions

5
runamh.sh Executable file
View File

@ -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

6
runamh_test.sh Executable file
View File

@ -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