This website works better with JavaScript.
Home
Explore
Help
Sign In
redplanet
/
feedcake
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add cron-example
master
Andreas Demmelbauer
5 years ago
parent
7a296a4293
commit
1bd1225fae
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
cron-example.sh
+ 8
- 0
cron-example.sh
View File
@@ -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
Write
Preview
Loading…
Cancel
Save