Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
#!/bin/bash #URL="http://www.keshet-tv.com/starborn5/lobbyvideo.aspx" URL=$2 CAT=$1 MEDIAS=`wget $URL -O -|grep $CAT|awk -F'@@@' '{print $3}'|sort -n` for media in $MEDIAS; do keshet-view.sh $media $CAT done
This paste will be private.
From the Design Piracy series on my blog: