switch to a mdbook-like file layout, using src/ and out/
Unlike mdbook, the out/ directory contains needed assets and is not expendable.
This commit is contained in:
11
src/quickref/tests.shelltest
Executable file
11
src/quickref/tests.shelltest
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env shelltest
|
||||
# -*- sh -*-
|
||||
|
||||
$ ledger -f a.ledger print
|
||||
> //
|
||||
|
||||
$ hledger -f a.hledger print
|
||||
> //
|
||||
|
||||
$ bean-query a.beancount print
|
||||
> //
|
||||
Reference in New Issue
Block a user