diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-02-08 18:43:37 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-02-08 18:43:37 -0500 |
| commit | 2b5df860ded1412a0c0be0d140d138616e926dfc (patch) | |
| tree | 7cf2598594bfd640b61771704012c87cae154034 /.local/bin/cron | |
| parent | a25e8b640ac83b6eb345977e59803e999bc42202 (diff) | |
| download | eibhear-2b5df860ded1412a0c0be0d140d138616e926dfc.tar.gz eibhear-2b5df860ded1412a0c0be0d140d138616e926dfc.tar.zst eibhear-2b5df860ded1412a0c0be0d140d138616e926dfc.zip | |
#!/bin/sh shebang. newline after universalized.
Diffstat (limited to '.local/bin/cron')
| -rwxr-xr-x | .local/bin/cron/checkup | 3 | ||||
| -rwxr-xr-x | .local/bin/cron/cronbat | 3 | ||||
| -rwxr-xr-x | .local/bin/cron/crontog | 3 | ||||
| -rwxr-xr-x | .local/bin/cron/newsup | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/.local/bin/cron/checkup b/.local/bin/cron/checkup index ebcdd2a..57bb6d4 100755 --- a/.local/bin/cron/checkup +++ b/.local/bin/cron/checkup @@ -1,4 +1,5 @@ -#!/usr/bin/env sh +#!/bin/sh + # Syncs repositories and downloads updates, meant to be run as a cronjob. ping -q -c 1 1.1.1.1 > /dev/null || exit diff --git a/.local/bin/cron/cronbat b/.local/bin/cron/cronbat index ee21a17..2dc0950 100755 --- a/.local/bin/cron/cronbat +++ b/.local/bin/cron/cronbat @@ -1,4 +1,5 @@ -#!/usr/bin/env sh +#!/bin/sh + # Notify me with notify-send if my battery is below 25%. # You can set this to run via cron. diff --git a/.local/bin/cron/crontog b/.local/bin/cron/crontog index 237eb9c..67f620b 100755 --- a/.local/bin/cron/crontog +++ b/.local/bin/cron/crontog @@ -1,4 +1,5 @@ -#!/usr/bin/env sh +#!/bin/sh + # Toggles all cronjobs off/on. # Stores disabled crontabs in ~/.consaved until restored. diff --git a/.local/bin/cron/newsup b/.local/bin/cron/newsup index 1238754..dd27092 100755 --- a/.local/bin/cron/newsup +++ b/.local/bin/cron/newsup @@ -1,4 +1,5 @@ -#!/usr/bin/env sh +#!/bin/sh + # Set as a cron job to check for new RSS entries for newsboat. # If newsboat is open, sends it an "R" key to refresh. |
