tarch-misc/misc/bin/scripts/system/lst

10 lines
126 B
Plaintext
Raw Permalink Normal View History

2024-03-10 13:58:36 +03:00
#!/bin/zsh
target=$1
if [ -z $target ]; then
target='./'
fi
lsd --tree --depth 1 -a -h --group-directories-first $target