diff --git a/scripts/resumaker b/scripts/resumaker index 2ae8ab5..3eea463 100644 --- a/scripts/resumaker +++ b/scripts/resumaker @@ -6,17 +6,19 @@ . "$(dirname $0)/util/logging.bash" -FONT="monofur for Powerline" +FONT='monofur for Powerline' +EXTENSION='.pdf' read -d '' usage <