Files
dotfiles/scripts/scripts/haasz
2022-02-23 21:32:13 -05:00

13 lines
168 B
Bash
Executable File

#!/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 "$@"