X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=examples%2Fpython%2Fdynhosts%2Frun;h=07f6673546a1f42a20ee97ac5a7e5ac9dba8f436;hb=b97cd36bf60b82b008aadd8cddb8e8ce8fe3602a;hp=fe81f8452f24147cb79bccb4891ff65ecf020183;hpb=7f8383098e49588529e3a203ed6d7bb2f27aef5c;p=ashd.git diff --git a/examples/python/dynhosts/run b/examples/python/dynhosts/run index fe81f84..07f6673 100755 --- a/examples/python/dynhosts/run +++ b/examples/python/dynhosts/run @@ -1,6 +1,8 @@ #!/bin/sh +# Change to the directory containing this script set -e cd "$(dirname "$0")" -htparser plain:port=8080 -- setsid ./dynhosts . +# Start htparser running this dynhosts script. +htparser plain:port=8080 -- ./dynhosts .