4 lines
107 B
4 lines
107 B
![]()
13 years ago
|
#!/bin/bash
|
||
|
cd "`dirname $0`"
|
||
|
./apicall.sh "/IndexControlURLs_p.xml?indexrestore=&dumpfile=$1" > /dev/null
|