diff options
Diffstat (limited to 'bin-src/cron-daily')
-rwxr-xr-x | bin-src/cron-daily | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin-src/cron-daily b/bin-src/cron-daily new file mode 100755 index 0000000..7b71669 --- /dev/null +++ b/bin-src/cron-daily @@ -0,0 +1,5 @@ +#!/bin/sh +cd "$(dirname -- "$0")/.." +date > NET-crtsh +date > NET-tls +make |