projects
/
pazpar2-moved-to-github.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove already present XSL files from /etc/pazpar2
[pazpar2-moved-to-github.git]
/
perf
/
bash
/
exit.sh
1
#!/bin/bash
2
PORT=$1
3
if test -z "$PORT"; then
4
PORT=9004
5
fi
6
7
8
H="http://localhost:${PORT}/search.pz2"
9
wget -q -O $OF.show.xml "$H?command=exit"