Explorar el Código

add cron-example

master
Andreas Demmelbauer hace 5 años
padre
commit
1bd1225fae
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. +8
    -0
      cron-example.sh

+ 8
- 0
cron-example.sh Ver fichero

@@ -0,0 +1,8 @@
#!/bin/bash
MY_PATH="`dirname \"$0\"`"
cd "$MY_PATH"

# activate virtualenv
source ~/.virtualenvs/feedcake/bin/activate
python3 feedcake.py config.json
deactivate

Cargando…
Cancelar
Guardar