5 lines
84 B
Plaintext
5 lines
84 B
Plaintext
|
tmp=$(mktemp -d)
|
||
|
export testdir=$tmp/tests
|
||
|
mkdir -p $testdir
|
||
|
touch $testdir/.urchin
|