Added haasp script

This commit is contained in:
2022-02-24 16:37:48 -05:00
parent 6b822772a5
commit 7463a77093

11
scripts/scripts/haasp Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
set -e
# Creates a new `zet` inside the House Call Pro `Zettlekasten`
_main() {
(ZETDIR="$HAAS/processes" eval zet "$@")
}
_main "$@"