#!/bin/zsh # chunk @ 2014 ############################################################################ ## ## F**k World! ## ## 90% of efforts wasted on anti-anti-scrapping !!! ## ############################################################################ ############################################## ## environment variables ############################################## # set -x # export export TERM=linux # source /home/chunk/.zshrc # v env0 ############################################## ## run ############################################## #export CLASSPATH=$CLASSPATH:../libs/F5/ # #INPUTFILE=../res/lopez.bmp #OUTPUTFILE=../res/lopez.jpg #EMBEM=../res/toembed #PASSWORD=password #QUALITY=80 #COMMENT="stegan by chunk@hpclab" # ## [ -f $OUTPUTFILE ] && rm $OUTPUTFILE #java Embed $INPUTFILE $OUTPUTFILE -e $EMBEM -p $PASSWORD -c "" ## Fast is SUPERB!!! #export CLASSPATH=$CLASSPATH:../libs/F5/ java Embed $1 $2 -e ../res/toembed -p password -c "stegan by chunk "