root/trunk/src/bin/sqlparser

Revision 1, 112 bytes (checked in by amandel, 6 years ago)

Tags dir

  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3FILE=$1
4#TMP=`basename $FILE`
5java -cp build/enclipse org.jcoderz.phoenix.sqlparser.SqlParser $FILE
Note: See TracBrowser for help on using the browser.