X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=examples%2Fvhosts%2Frun;h=3c21690bbf34dc13095890b551194d733a60832b;hp=bba9e6819b862c6eadaf38e2ee53f4a71bd0c909;hb=HEAD;hpb=7f8383098e49588529e3a203ed6d7bb2f27aef5c diff --git a/examples/vhosts/run b/examples/vhosts/run index bba9e68..a9d419f 100755 --- a/examples/vhosts/run +++ b/examples/vhosts/run @@ -1,6 +1,9 @@ #!/bin/sh +# Change to the directory containing this script set -e cd "$(dirname "$0")" -htparser plain:port=8080 -- patplex patterns.conf +# Start htparser running patplex; see the patterns.conf file for +# further details. +htparser plain:port=8080 -- patplex ./patterns.conf