view src/Collatz.java.run @ 0:307a81e46071 tip

initial committ
author Robert McIntyre <rlm@mit.edu>
date Tue, 18 Oct 2011 01:17:49 -0700
parents
children
line wrap: on
line source
1 #!/bin/bash
2 MAINCLASS="coderloop.Collatz"
3 CP=".build/classes"
4 java -cp "${CP}" ${MAINCLASS} "$*"