aboutsummaryrefslogtreecommitdiff
path: root/layout/rootfs/bin/ll
diff options
context:
space:
mode:
Diffstat (limited to 'layout/rootfs/bin/ll')
-rwxr-xr-xlayout/rootfs/bin/ll6
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/rootfs/bin/ll b/layout/rootfs/bin/ll
new file mode 100755
index 0000000..b0eebc8
--- /dev/null
+++ b/layout/rootfs/bin/ll
@@ -0,0 +1,6 @@
+#!/command/execlineb -P
+pipeline
+{
+ ls -la
+}
+less