#!/bin/bash set -e # Creates a new `zet` inside the NCI Summit `Zettlekasten` _main() { ZETDIR="$HOME/Documents/NCISummit" eval zet "$@" } _main "$@"