1
0
Fork 0

shellcheck some scripts

This commit is contained in:
Jeremy Kaplan 2018-09-10 09:39:23 -07:00 committed by Jeremy Kaplan
commit e414d8e14b
3 changed files with 9 additions and 7 deletions

View file

@ -4,7 +4,7 @@ set -euo pipefail
timespec="$1"
message="$2"
cmd="notify-send '$1' '$2'"
cmd="notify-send '${message}'"
echo "$cmd" | at -M "$timespec"
atq