shellcheck some scripts
This commit is contained in:
parent
b71b8f2ddf
commit
e414d8e14b
3 changed files with 9 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue