_==0 "exec" "gawk" "-f" "$0" BEGIN{ FS=":" } { m=$2+5;printf"%02d:%02d\n",($1+(m>59?1:0))%24,m%60 }