dotfiles/bin/script
2022-05-10 12:19:49 +02:00

13 lines
170 B
Bash
Executable File

#!/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"