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