From 246806ab8a8af82361a996c979959729b1fe88a1 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 31 Jan 2021 14:07:14 +0000 Subject: Add ll --- layout/rootfs/bin/ll | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 layout/rootfs/bin/ll (limited to 'layout/rootfs') 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 -- cgit v1.2.3