diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-05-31 19:38:43 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-05-31 19:38:43 -0400 |
| commit | 6b334b59fc9f681fd16fe437c363213bba80f640 (patch) | |
| tree | b0321c4b54d9b34d999c164ec5fb7ac81bc71ea0 /.local/bin/compiler | |
| parent | ae327871d27157d29dffe25ef4aa0502e54bf4e1 (diff) | |
| download | eibhear-6b334b59fc9f681fd16fe437c363213bba80f640.tar.gz eibhear-6b334b59fc9f681fd16fe437c363213bba80f640.tar.zst eibhear-6b334b59fc9f681fd16fe437c363213bba80f640.zip | |
script documentation
Diffstat (limited to '.local/bin/compiler')
| -rwxr-xr-x | .local/bin/compiler | 6 |
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") |
