Marty Oehme
b11343b73a
Will recursively look for `*.bats` files and run them with bats-core test suite. Simple sample unit tests for existing scripts are included in `.config/shell/rc.d/test`.
5 lines
155 B
Bash
5 lines
155 B
Bash
#!/bin/sh
|
|
|
|
# set wiki root to nextcloud notes folder,
|
|
# will be picked up by vim wiki plugin as root
|
|
export WIKIROOT=${WIKIROOT:-"$HOME/Nextcloud/Notes/"}
|