#!/bin/bash set -e # Creates a new `zet` inside the private `Zettlekasten` _main() { (ZETDIR="$GHREPOS/private-zets" eval zet "$@") } _main "$@"