projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40a57ce
)
server shutdown script
author
Dennis Schafroth
<dennis@indexdata.com>
Tue, 4 May 2010 20:14:38 +0000
(22:14 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Tue, 4 May 2010 20:14:38 +0000
(22:14 +0200)
perf/bash/exit.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/perf/bash/exit.sh
b/perf/bash/exit.sh
new file mode 100755
(executable)
index 0000000..
d1cc0e3
--- /dev/null
+++ b/
perf/bash/exit.sh
@@ -0,0
+1,9
@@
+#!/bin/bash
+PORT=$1
+if test -z "$PORT"; then
+ PORT=9004
+fi
+
+
+H="http://localhost:${PORT}/search.pz2"
+wget -q -O $OF.show.xml "$H?command=exit"