Added haasz script

This commit is contained in:
2022-02-23 21:32:13 -05:00
parent 68043e29b6
commit 6b822772a5
2 changed files with 12 additions and 1 deletions

12
scripts/scripts/haasz Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/sh
set -e
# Uses the `zet` command setting the directory to the
# Housh As A System zet repository.
main() {
(ZETDIR="$HAASZET" eval zet "$@")
}
main "$@"