From 7463a77093a8222c95a0584e55c9e6888a5a3909 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Thu, 24 Feb 2022 16:37:48 -0500 Subject: [PATCH] Added haasp script --- scripts/scripts/haasp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 scripts/scripts/haasp diff --git a/scripts/scripts/haasp b/scripts/scripts/haasp new file mode 100755 index 0000000..f0054a3 --- /dev/null +++ b/scripts/scripts/haasp @@ -0,0 +1,11 @@ +#!/bin/bash + +set -e + +# Creates a new `zet` inside the House Call Pro `Zettlekasten` + +_main() { + (ZETDIR="$HAAS/processes" eval zet "$@") +} + +_main "$@"