Added simple cron script
To be run on a daily basis
This commit is contained in:
parent
b463d8e87e
commit
99ec200895
2 changed files with 7 additions and 1 deletions
6
util/cron.sh
Executable file
6
util/cron.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
./arch.sh
|
||||
./deb.sh ubuntu_active
|
||||
./deb.sh debian_active
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue