Skip to content

Instantly share code, notes, and snippets.

@kevinAlbs
Created November 29, 2014 14:59
Show Gist options
  • Save kevinAlbs/a86de7d785119751f68f to your computer and use it in GitHub Desktop.
Save kevinAlbs/a86de7d785119751f68f to your computer and use it in GitHub Desktop.
javac CellSim.java
java CellSim
echo "Remove?";
read ans
if [[ "$ans" = "y" ]]; then
rm CellSim.java
echo "Removed";
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment