feat: allow script to be closed using events
This commit is contained in:
parent
c025a13bea
commit
d7885d5c59
2 changed files with 858 additions and 0 deletions
|
@ -6,6 +6,8 @@ if [ ! -w "$1" ]; then
|
|||
fi
|
||||
|
||||
(
|
||||
set -e
|
||||
|
||||
asciiquarium &
|
||||
cmatrix -ab &
|
||||
while [ 1 ]; do sl; done &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue