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