aboutsummaryrefslogtreecommitdiff
path: root/layout/rootfs
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-01-31 14:07:14 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2021-01-31 14:07:14 +0000
commit246806ab8a8af82361a996c979959729b1fe88a1 (patch)
treef1fbfdd7d45922b849a4db2fc596c11aaa00522e /layout/rootfs
parent3d32757b903eb63862a71cf75c41cc01b750286c (diff)
downloadlh-bootstrap-246806ab8a8af82361a996c979959729b1fe88a1.tar.xz
Add ll
Diffstat (limited to 'layout/rootfs')
-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