diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-10-16 15:04:51 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-10-16 15:04:51 -0300 |
commit | 58228b69d454c835e90a4eb3219ac6a6653d0836 (patch) | |
tree | f43b54638365cec9604bf6eb610048831dc2c7ec /httracker | |
parent | 73460c13773e040d75aa26b9ee6cd48c94649b79 (diff) | |
download | httruta-58228b69d454c835e90a4eb3219ac6a6653d0836.tar.gz httruta-58228b69d454c835e90a4eb3219ac6a6653d0836.tar.bz2 |
Initial code for webkit2png and wkhtmltopdf
Diffstat (limited to 'httracker')
-rwxr-xr-x | httracker | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ source `dirname $0`/lib/httracker/functions || exit 1 # Parameters +DIRNAME="`dirname $0`" BASENAME="`basename $0`" FILE="$1" |