diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-01-03 18:44:22 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-01-03 18:44:22 +0000 |
commit | 3ec59c7b70c227846166bd1783a2859994ff9d21 (patch) | |
tree | 1b47f196304ce9f5ff91035496d4207fdcb6012e /rc | |
parent | 189731aad01e09db1807c78af421c615ed3a3242 (diff) |
ape/psh: provide /dev/fd
Diffstat (limited to 'rc')
-rwxr-xr-x | rc/bin/ape/psh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rc/bin/ape/psh b/rc/bin/ape/psh index efb8b32d2..658102a07 100755 --- a/rc/bin/ape/psh +++ b/rc/bin/ape/psh @@ -3,6 +3,7 @@ rfork en fn sigterm{} HOME=$home +test -d /dev/fd || aux/stub -d /dev/fd && bind /fd /dev/fd bind -b /rc/bin/ape /bin bind -b /$cputype/bin/ape /bin if(test -d /$cputype/bin/pub) |