diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-31 14:07:14 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-31 14:07:14 +0000 |
commit | 246806ab8a8af82361a996c979959729b1fe88a1 (patch) | |
tree | f1fbfdd7d45922b849a4db2fc596c11aaa00522e /layout | |
parent | 3d32757b903eb63862a71cf75c41cc01b750286c (diff) | |
download | lh-bootstrap-246806ab8a8af82361a996c979959729b1fe88a1.tar.xz |
Add ll
Diffstat (limited to 'layout')
-rwxr-xr-x | layout/rootfs/bin/ll | 6 |
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 |