Name: Anonymous 2012-04-10 21:46
#!/bin/bash
# fuck you faggot
echo "enter 0-9, faggot"
echo "this shit will check for dubs"
echo -n "digit 1:"
read digit1
echo -n "digit 2:"
read digit2
if test "$digit1" = "$digit2"
then
echo "nice dubs bro"
else
echo "sorry bro, not dubs"
fi
echo "back to /b/, please"