source: trunk/abcl/abcl.in

Last change on this file was 15007, checked in by Mark Evenson, 7 years ago

Remove unneeded licensing comment in abcl.in script

Such a trivial script does not need a Copyright/License? notice, or if
it did we should add to abcl.bat as well.

  • Property svn:eol-style set to LF
File size: 123 bytes
Line 
1#!/bin/sh
2exec @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.