yacy_search_server/bin/search.sh

4 lines
134 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2012-12-10 21:01:14 +01:00
cd "`dirname $0`"
port=$(grep ^port= ../DATA/SETTINGS/yacy.conf |cut -d= -f2)
./search1.sh -y localhost:$port "$1"