Files
dotfiles/env/.local/scripts/haasz

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 "$@"