yacy_search_server/bin/searchall.sh
2012-12-10 21:01:14 +01:00

4 lines
127 B
Bash
Executable File

#!/bin/bash
cd "`dirname $0`"
port=$(grep ^port= ../DATA/SETTINGS/yacy.conf |cut -d= -f2)
./searchall1.sh -s localhost:$port $1