source:
tags/1.7.1/abcl.in
Last change on this file was 15007, checked in by , 8 years ago | |
---|---|
|
|
File size: 123 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | exec @JAVA@ \ |
3 | -cp @ABCL_CLASSPATH@:"$CLASSPATH" \ |
4 | @ABCL_JAVA_OPTIONS@ \ |
5 | org.armedbear.lisp.Main \ |
6 | "$@" |
7 |
Note: See TracBrowser
for help on using the repository browser.