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