From 57427191e2cf0f08724b74fba3a35aa41ceda40d Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sat, 13 Aug 2022 16:21:02 +0200 Subject: user: plan9-style /bin/ union --- initrd/catall.sh | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 initrd/catall.sh (limited to 'initrd/catall.sh') diff --git a/initrd/catall.sh b/initrd/catall.sh deleted file mode 100644 index a1c8c76..0000000 --- a/initrd/catall.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/shell -# equalivent to the old "catall" builtin, meant to demo shadowing -# TODO shadow here -echo /init/fake.txt: -cat /init/fake.txt -echo - -echo /init/1.txt: -cat /init/1.txt -echo - -echo /init/2.txt: -cat /init/2.txt -echo - -echo /init/dir/3.txt: -cat /init/dir/3.txt -echo - -- cgit v1.2.3