#!/bin/rc # abs: aijuboard statusbar @{ while(){ hget https://www.indiegogo.com/projects/aijuboard | htmlfmt | sed -n ' /^\$/ { s!,!! s!\$([0-9]+).*!\1 5000! p q } ' sleep 1800 } } | aux/statusbar 'no refunds' &