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