repo.or.cz
/
geos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Quotes around otherwise ambiguous (underline containing) name
[geos.git]
/
tests
/
xmltester
/
testrunner.sh
blob
b2a7b6006d27f33924a569de53aebf11863e466e
1
#!/bin/sh
2
3
runner
=
$1
4
shift
5
6
echo
"#!/bin/sh"
>
${runner}
7
echo
"./XMLTester -v $@"
>>
${runner}
8
chmod
+
x
${runner}
9
10
echo
"Runner:
${runner}
created"