Files
bash/tests/rsh1.sub
2018-05-22 16:51:07 -04:00

17 lines
166 B
Plaintext

cd ${TMPDIR:-/tmp}
cp /bin/sh .
PATH=/rbin:/usr/local/rbin
hash -p /bin/rm rm
set -r
BASH_CMDS[x]=/bin/sh
BASH_CMDS[a]="sh"
a -c 'echo hello'
rm -f sh a
exit 0