mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 22:22:40 +00:00
Added haasd script
This commit is contained in:
11
scripts/scripts/haasd
Executable file
11
scripts/scripts/haasd
Executable 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 "$@"
|
||||||
Reference in New Issue
Block a user