4 lines
76 B
Plaintext
4 lines
76 B
Plaintext
export tmp=$(mktemp -d)
|
|
export testsuite=$tmp/test
|
|
touch $testsuite/.urchin
|