6 lines
84 B
Plaintext
6 lines
84 B
Plaintext
|
|
export SHELL=/bin/bash
|
||
|
|
export USER=me
|
||
|
|
./bin/repeat 1 USER
|
||
|
|
./bin/repeat 2 SHELL
|
||
|
|
quit
|