4 lines
70 B
Bash
Executable File
4 lines
70 B
Bash
Executable File
#!/bin/bash
|
|
|
|
java -jar build/libs/ast-kotlin-1.0-SNAPSHOT.jar $1 > $2
|