3 lines
115 B
Bash
Executable file
3 lines
115 B
Bash
Executable file
#!/bin/bash
|
|
cd "$(dirname "${BASH_SOURCE[0]}")"
|
|
java -cp target/*.jar com.stephenschafer.budget.schema.Schema "$@"
|