diff options
| author | BardofSprites <bard> | 2025-10-04 15:08:45 -0400 |
|---|---|---|
| committer | BardofSprites <bard> | 2025-10-04 15:08:45 -0400 |
| commit | bfb04fb18f66f4dcf6f4d84c96b6889f8bfa4ab5 (patch) | |
| tree | 1c1c51e384c7b2b9650b4c6b786581cb93530d82 /bin | |
| parent | 1db5287680948a18852ac8e85f85dbcf42e3ee19 (diff) | |
small fix
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/.local/bin/scripts/pandoc-odt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/.local/bin/scripts/pandoc-odt b/bin/.local/bin/scripts/pandoc-odt index 4d9a05e..0822479 100755 --- a/bin/.local/bin/scripts/pandoc-odt +++ b/bin/.local/bin/scripts/pandoc-odt @@ -1,4 +1,4 @@ -#!/usr/env/bin bash +#!/usr/bin/env bash pandoc $1 --citeproc -o $2.odt --bibliography=$HOME/Documents/bib/references.bib --csl=https://www.zotero.org/styles/apa |
