Added shell scripts
This commit is contained in:
parent
ecbe449fdd
commit
f5c812fdb9
5
runamh.sh
Executable file
5
runamh.sh
Executable 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
6
runamh_test.sh
Executable 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
|
Loading…
x
Reference in New Issue
Block a user