Fix shellcheck errors

This commit is contained in:
Miles Alan 2020-06-10 17:19:54 -05:00
parent 7f31a3da40
commit bd5ead19e5
2 changed files with 47 additions and 46 deletions
scripts/modem

View file

@ -1,7 +1,7 @@
#!/usr/bin/env sh
err() {
echo -e "$1" | dmenu -fn Terminus-20 -c -l 10
printf %b "$1" | dmenu -fn Terminus-20 -c -l 10
exit
}