Added haasd script

This commit is contained in:
2022-02-25 14:24:56 -05:00
parent e2362b22f0
commit acf7afd16c

11
scripts/scripts/haasd Executable file
View File

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