From 6b334b59fc9f681fd16fe437c363213bba80f640 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 31 May 2019 19:38:43 -0400 Subject: script documentation --- .local/bin/compiler | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.local/bin/compiler') diff --git a/.local/bin/compiler b/.local/bin/compiler index d44bb9a..dcf79f1 100755 --- a/.local/bin/compiler +++ b/.local/bin/compiler @@ -1,10 +1,10 @@ #!/bin/sh + # This script will compile or run another finishing operation on a document. I # have this script run via vim. # -# Compiles .tex. groff (.mom, .ms), .rmd, .md. -# Opens .sent files as sent presentations. -# Runs scripts based on extention or shebang +# Compiles .tex. groff (.mom, .ms), .rmd, .md. Opens .sent files as sent +# presentations. Runs scripts based on extention or shebang file=$(readlink -f "$1") dir=$(dirname "$file") -- cgit v1.3.1