You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Comrad/bin/comrad-apocalype

17 lines
289 B
Plaintext

SCRIPTPATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
echo "script path: $SCRIPTPATH"
source "SCRIPTPATH/comrad-activate"
#source "`which komrade-activate`"
cd "$SCRIPTPATH/.."
python -c "
from comrad import *
create_phonelines()
"
$SCRIPTPATH/comrad-update