diff options
Diffstat (limited to 'weekly-jobs.sh')
| -rwxr-xr-x | weekly-jobs.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/weekly-jobs.sh b/weekly-jobs.sh new file mode 100755 index 0000000..f71f198 --- /dev/null +++ b/weekly-jobs.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +# This script runs every week at noon on Mondays +# It is used to schedule tasks on my computer + +# Save secrets locally +sh ~/ghq/github.com/simenandre/secrets/save-secrets-locally.sh
\ No newline at end of file |
