parent
e1f89efd0d
commit
a6ad1d6fd1
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd "`dirname $0`"
|
cd "`dirname $0`"
|
||||||
port=$(grep ^port= ../DATA/SETTINGS/yacy.conf |cut -d= -f2)
|
port=$(grep ^port= ../DATA/SETTINGS/yacy.conf |cut -d= -f2)
|
||||||
./search1.sh -s localhost:$port '"$1"'
|
./search1.sh -y localhost:$port "$1"
|
Loading…
Reference in new issue