5 lines
198 B
Bash
Executable File
5 lines
198 B
Bash
Executable File
#!/usr/bin/env -S sh
|
|
# Second space above is significant, prevents shelltest's "-w hledger" substitution.
|
|
# Try to read CSV from stdin without specifying a rules file.
|
|
echo | hledger -fcsv:- check
|