Skip to content

Instantly share code, notes, and snippets.

@mmmries
Created August 28, 2014 14:33
Show Gist options
  • Save mmmries/2e72953c17f743ecc68d to your computer and use it in GitHub Desktop.
Save mmmries/2e72953c17f743ecc68d to your computer and use it in GitHub Desktop.
nand2tetris helps
#!/bin/sh
cd `dirname $0`
java -classpath "${CLASSPATH}:bin/classes" TextComparer $1 $2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment