ll: added ls

This commit is contained in:
2025-11-14 09:03:00 +07:00
parent 24a072141b
commit 0487668f40
2 changed files with 4 additions and 0 deletions

View File

@@ -2,3 +2,4 @@
install -m 0775 ./wg-port-add /usr/bin/wg-port-add install -m 0775 ./wg-port-add /usr/bin/wg-port-add
install -m 0775 ./sc /usr/bin/sc install -m 0775 ./sc /usr/bin/sc
install -m 0775 ./ll /usr/bin/ll

3
ll Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
ls -lha "$@"