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

4 lines
128 B
Bash
Executable File

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