diff --git a/bin/ll b/bin/ll new file mode 100755 index 0000000..5c3ba1f --- /dev/null +++ b/bin/ll @@ -0,0 +1,3 @@ +#!/bin/sh + +ls -Ahl --group-directories-first --color "$@" \ No newline at end of file