General2 months ago
Script for taking webthumb using html2image tool
Steps #cd /opt #wget http://www.guangmingsoft.net/htmlsnapshot/html2image.i386.tar.gz #tar xvzf html2image.i386.tar.gz #cd html2image #export LD_LIBRARY_PATH=./ Save the shell script without sh extension in /opt/websnap file name #!/bin/bash #cd /opt/html2image ls...