3 lines
63 B
Plaintext
3 lines
63 B
Plaintext
|
#!/usr/bin/fish
|
||
|
ls -ahlX --group-directories-first $argv | bat
|