tarch-misc/misc/bin/scripts/system/lst
Andrey Zimin 61a16825e4 add bin
2024-03-10 13:58:36 +03:00

10 lines
126 B
Bash
Executable File

#!/bin/zsh
target=$1
if [ -z $target ]; then
target='./'
fi
lsd --tree --depth 1 -a -h --group-directories-first $target