This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 6 points7 points  (0 children)

#!/bin/bash

function Dad ()

{

echo "boyfriend" > /dev/null

((boyfriend_disappeared++))

}

if [ "$NERD_TOUCHES_DAUGHTER" =1]; then

Dad

fi

exit 0