diff options
author | terminaldweller <thabogre@gmail.com> | 2022-02-21 15:22:59 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-02-21 15:22:59 +0000 |
commit | 26d4cd29fe3e7cfc59c7964ddd054e83ce4d95dd (patch) | |
tree | 8669bd7744e81f9575264dc8db0055e6641e1618 /bin/checkstyle | |
parent | updated haproxy for cargo (diff) | |
download | scripts-26d4cd29fe3e7cfc59c7964ddd054e83ce4d95dd.tar.gz scripts-26d4cd29fe3e7cfc59c7964ddd054e83ce4d95dd.zip |
updates
Diffstat (limited to '')
-rwxr-xr-x | bin/checkstyle | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/checkstyle b/bin/checkstyle new file mode 100755 index 0000000..40869c3 --- /dev/null +++ b/bin/checkstyle @@ -0,0 +1,3 @@ +#!/bin/sh + +exec env javac /home/devi/checkstyle/checkstyle-9.3-all.jar "$@" |