yacy_search_server/bin/search.sh
2012-12-27 03:15:50 +01:00

4 lines
126 B
Bash
Executable File

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