scripts

shell scripts
git clone git://git.bitsmanent.org/scripts
Log | Files | Refs | README

commit 12437ccc548395476afb86b955e215a686845f7b
parent bcdd309dfd9c937fd7f67aa86cd60a9bee6c0de9
Author: clamiax <smoppy@gmail.com>
Date:   Sun, 23 Feb 2014 18:13:42 +0100

Remove debug echos.

Diffstat:
Mscrapthumb | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/scrapthumb b/scrapthumb @@ -36,11 +36,7 @@ preload() { s=$(echo $RANDOM%1|bc) fi - echo "$i $s ${SOURCES[*]}" src=${SOURCES[$s]} - echo "[$src]" - - [ $s -ge ${#SOURCES[@]} ] && s=0 if [ "$src" = "http://tumblr.com" ]; then IMGS[$i]="$($GETTER "$src" |grep -o 'id="fullscreen_post_image" src="[^ ]*"' |cut -b 32- |tr -d \")"