2 lines
47 B
Bash
2 lines
47 B
Bash
#!/bin/bash
|
|
java -jar /checkstyle.jar -c $1 $2
|
#!/bin/bash
|
|
java -jar /checkstyle.jar -c $1 $2
|