6 lines
140 B
Bash
Executable File
6 lines
140 B
Bash
Executable File
#!/bin/bash
|
|
|
|
khome="/home/mike/bots/kerlossal"
|
|
|
|
${khome}/.venv/bin/python ${khome}/kerlossal.py -s GoToSocial -c ${khome}/config-llull.yml
|