6 lines
66 B
Plaintext
6 lines
66 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
/usr/bin/java \
|
||
|
-jar /usr/share/java/js.jar \
|
||
|
"$@"
|