
#these lines added for Fido
if [ $1 == "up" ]; then
	Fido 15 &
fi
if [ $1 == "down" ]; then
	Fido -q
fi
#end additions for Fido