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