Files
2025-07-03 16:15:36 -04:00

6 lines
93 B
Plaintext

# this should be used as standard input to the shell
exec 4<&0
cd /tmp
command pwd
exec 4<&-