feat: move ~/bin to ~/.local/bin
This commit is contained in:
parent
a65adc368b
commit
b3b3435a9e
14 changed files with 7 additions and 7 deletions
|
@ -1,19 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
usage() {
|
||||
echo "Usage: $0 /dev/pts/{tty_nb}"
|
||||
exit 0
|
||||
}
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
set "$(tty)"
|
||||
elif ! [ -w "$1" ]; then
|
||||
usage
|
||||
fi
|
||||
|
||||
(set -e
|
||||
|
||||
asciiquarium &
|
||||
cmatrix -ab &
|
||||
while true; do sl; done &
|
||||
) | lolcat > "$1"
|
Loading…
Add table
Add a link
Reference in a new issue