Files

10 lines
135 B
Plaintext
Raw Permalink Normal View History

2026-05-31 14:34:00 -04:00
$ export SHELL=/bin/bash
$ export USER=me
$ ./bin/repeat 1 USER
USER=me
$ ./bin/repeat 2 SHELL
SHELL=/bin/bash
SHELL=/bin/bash
$ quit