#!/bin/sh shebang. newline after universalized.

This commit is contained in:
Luke Smith
2020-02-08 18:43:37 -05:00
parent a25e8b640a
commit 2b5df860de
62 changed files with 88 additions and 61 deletions

View File

@@ -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

View File

@@ -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.

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env sh
#!/bin/sh
# Toggles all cronjobs off/on.
# Stores disabled crontabs in ~/.consaved until restored.

View File

@@ -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.