feat: allow script to be closed using events

This commit is contained in:
AngeD 2022-05-12 02:14:27 +02:00
parent c025a13bea
commit d7885d5c59
2 changed files with 858 additions and 0 deletions

View file

@ -6,6 +6,8 @@ if [ ! -w "$1" ]; then
fi
(
set -e
asciiquarium &
cmatrix -ab &
while [ 1 ]; do sl; done &