yacy_search_server/bin/search.sh

4 lines
126 B
Bash
Raw Normal View History

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