4 lines
86 B
Plaintext
4 lines
86 B
Plaintext
|
#!/bin/sh
|
||
|
echo "$@" >> "$TEST_ROOT/results/args"
|
||
|
cat >> "$TEST_ROOT/results/requests"
|