4 lines
68 B
Plaintext
4 lines
68 B
Plaintext
|
#!/bin/sh
|
||
|
me=$(dirname "$0")
|
||
|
java -jar "$me/google-compiler.jar" $@
|