4 lines
81 B
Bash
Executable file
4 lines
81 B
Bash
Executable file
#!/bin/bash
|
|
cd "$(dirname "${BASH_SOURCE[0]}")"
|
|
./run process budget.properties
|
|
|