Skip to content

Instantly share code, notes, and snippets.

@itang
Created June 12, 2012 01:16
Show Gist options
  • Save itang/2913781 to your computer and use it in GitHub Desktop.
Save itang/2913781 to your computer and use it in GitHub Desktop.
Frege Frege REPL cmd (windows)
@echo off
set SCRIPT_DIR=%~dp0
java -noverify -Xmx512M -jar "%SCRIPT_DIR%fregerepl.jar" %*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment