8 lines
63 B
Plaintext
8 lines
63 B
Plaintext
|
#!/bin/zsh
|
||
|
|
||
|
if [ -z $1 ]; then
|
||
|
clear
|
||
|
else
|
||
|
clear && lst
|
||
|
fi
|