Change muted script text and fix f bug with '\n'

pull/1/head
rwxrob 3 years ago
parent 13513ae4ea
commit 1ab4466b4d
No known key found for this signature in database
GPG Key ID: 1CCACEDD2F65578E

@ -8,7 +8,7 @@ trap "setterm --cursor on; echo ${clear}; exit; trap -- - SIGINT SIGTERM" SIGTER
echo "${clear}"
while true; do
echo "${top}"
figl <<<"$@"
echo -e "$@" | figl
setterm --cursor off
sleep 2
done

@ -1,2 +1,2 @@
#!/bin/sh
f "no sound - off screen\nmentoring"
f "muted\nmentoring\noff screen"

Loading…
Cancel
Save