diff --git a/scripts/resumaker b/scripts/resumaker new file mode 100644 index 0000000..2ae8ab5 --- /dev/null +++ b/scripts/resumaker @@ -0,0 +1,41 @@ +#!/usr/bin/env bash + +: ' + * Generate my resume using pandoc! + ' + +. "$(dirname $0)/util/logging.bash" + +FONT="monofur for Powerline" + +read -d '' usage <