feat: funny script to do the hecker
This commit is contained in:
parent
74ddc4a616
commit
c025a13bea
12
bin/script
Executable file
12
bin/script
Executable 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"
|
Loading…
Reference in New Issue
Block a user