feat: funny script to do the hecker

This commit is contained in:
AngeD 2022-05-10 12:19:49 +02:00
parent 74ddc4a616
commit c025a13bea

12
bin/script Executable file
View File

@ -0,0 +1,12 @@
#!/usr/bin/bash
if [ ! -w "$1" ]; then
echo "Usage: $0 /dev/pts/{tty_nb}"
exit 1
fi
(
asciiquarium &
cmatrix -ab &
while [ 1 ]; do sl; done &
) | lolcat > "$1"