diff options
Diffstat (limited to 'bin/google-java-format')
-rwxr-xr-x | bin/google-java-format | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/google-java-format b/bin/google-java-format new file mode 100755 index 0000000..43ca97f --- /dev/null +++ b/bin/google-java-format @@ -0,0 +1,3 @@ +#!/bin/sh + +exec env javac /home/devi/google-java-format/google-java-format-1.13.0-all-deps.jar "$@" |