]> git.donarmstrong.com Git - bin.git/blob - buildd_script
add reset usb bus command
[bin.git] / buildd_script
1 #!/bin/sh
2 # Stolen and modified from http://wiki.debian.org/Buildd/BuildLogs
3 #echo "$1" > ~/orig.txt
4 #cat "$1" >> ~/orig.txt
5 egrep -v '^Fcc:' "$1" | sed -e '1,/\.changes\:$/d' -e '/^\┌/,$d' |sponge "$1"
6 #cat "$1" > ~/orig_mod.txt