瀏覽代碼

add cron-example

master
Andreas Demmelbauer 5 年之前
父節點
當前提交
1bd1225fae
共有 1 個檔案被更改,包括 8 行新增0 行删除
  1. +8
    -0
      cron-example.sh

+ 8
- 0
cron-example.sh 查看文件

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

Loading…
取消
儲存