diff options
author | Vikas Kushwaha <dev@vikas.rocks> | 2025-04-29 09:25:30 +0530 |
---|---|---|
committer | Vikas Kushwaha <dev@vikas.rocks> | 2025-04-29 09:28:54 +0530 |
commit | 7df7120b1ae66ed0e9a7c6ed9b224ba44ea1d920 (patch) | |
tree | 1a9f78045786dbbad346204d3957194af04988e4 /.local/bin/development/getcomproot | |
parent | a2860b969e97e47a2b1c0ddb7161adb5b35c06f3 (diff) |
Updates
Diffstat (limited to '.local/bin/development/getcomproot')
-rwxr-xr-x | .local/bin/development/getcomproot | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.local/bin/development/getcomproot b/.local/bin/development/getcomproot index 16e946a..d34a2e4 100755 --- a/.local/bin/development/getcomproot +++ b/.local/bin/development/getcomproot @@ -1,7 +1,5 @@ #!/bin/bash -# author: Luke Smith -# # A helper script for LaTeX/groff files used by `compiler` and `opout`. # The user can add the root file of a larger project as a comment as below: # % root = mainfile.tex |