diff options
author | dzwdz | 2022-07-27 21:44:31 +0200 |
---|---|---|
committer | dzwdz | 2022-07-27 21:44:31 +0200 |
commit | 473cc957826064840bce7a5c5ff97614e0c6cb9e (patch) | |
tree | 70699f03cb4e28b0d7fd701e82455c25f78b1932 /initrd | |
parent | c8998127732765aabba020ece5e42befc6f1e305 (diff) |
user/exec: shebang support
Diffstat (limited to 'initrd')
-rw-r--r-- | initrd/catall.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/initrd/catall.sh b/initrd/catall.sh index 8ebfb78..a1c8c76 100644 --- a/initrd/catall.sh +++ b/initrd/catall.sh @@ -1,3 +1,4 @@ +#!/bin/shell # equalivent to the old "catall" builtin, meant to demo shadowing # TODO shadow here echo /init/fake.txt: |