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