mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-23 22:07:58 +02:00
6 lines
93 B
Plaintext
6 lines
93 B
Plaintext
# this should be used as standard input to the shell
|
|
exec 4<&0
|
|
cd /tmp
|
|
command pwd
|
|
exec 4<&-
|