🚧 wip SIS make-rules
This commit is contained in:
parent
256ac74aa8
commit
7bc701fb82
1 changed files with 2 additions and 1 deletions
|
|
@ -9,9 +9,10 @@ Make rules:
|
||||||
* [ ] add oneliner to cron `<path-to-venv>/python server-ip-sync.py --upload`
|
* [ ] add oneliner to cron `<path-to-venv>/python server-ip-sync.py --upload`
|
||||||
|
|
||||||
```makefile
|
```makefile
|
||||||
|
" https://stackoverflow.com/a/9578959
|
||||||
addcron:
|
addcron:
|
||||||
CRONENTRY=
|
CRONENTRY=
|
||||||
{ crontab -l; echo "*/2 * * * * /usr/bin/node cronapp.js >> logfile.log" } | crontab -
|
{ crontab -l; echo "* * * * * path-to-venv/python >> ip.log" } | crontab -
|
||||||
|
|
||||||
add_github_token:
|
add_github_token:
|
||||||
echo "Visit github to generate new token:"
|
echo "Visit github to generate new token:"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue