4 lines
77 B
Text
4 lines
77 B
Text
|
#!/bin/sh
|
||
|
|
||
|
CLASSPATH=`classpath`:%%JYTHON_JAR%% java org.tn5250j.My5250 "$@"
|