Files
CS361-Computer-Systems-II/p1-sh/tests/scripts/repeat.txt
T

6 lines
84 B
Plaintext
Raw Normal View History

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