7f838309 FT |
1 | #!/bin/sh |
2 | |
0c345c82 |
3 | # Change to the directory containing this script |
7f838309 FT |
4 | set -e |
5 | cd "$(dirname "$0")" |
6 | |
0c345c82 FT |
7 | # Start htparser running patplex; see the patterns.conf file for |
8 | # further details. |
7f838309 |
9 | htparser plain:port=8080 -- patplex patterns.conf |