script documentation

This commit is contained in:
Luke Smith
2019-05-31 19:38:43 -04:00
parent ae327871d2
commit 6b334b59fc
5 changed files with 26 additions and 6 deletions

View File

@@ -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")