summaryrefslogtreecommitdiffstats
path: root/.local/bin/compiler
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/compiler')
-rwxr-xr-x.local/bin/compiler6
1 files changed, 3 insertions, 3 deletions
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")