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