#  . source_me    for some handy doodads

p=/dev/lp0
f=/dev/fd0
alias b="binedit bootsector"

slam () {
cp bootsector /dev/fd0
dd < /dev/fd0 > bla bs=512 count=1
diff bla bootsector
rm bla
}

tween () {
cp $1 tweens/$1$RANDOM
}

best () {
cp s best_recent
}
