Skip to content

Commit

Permalink
Merge pull request #122 from SoftVarE-Group/shebang-fix
Browse files Browse the repository at this point in the history
clean-to.sh: more platform independent shebang
  • Loading branch information
ekuiter authored Jan 8, 2025
2 parents 4e3ba0e + 3f09044 commit 7ed98d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clean-to.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
java -cp mibtex/mibtex-cleaner.jar de.mibtex.BibtexCleaner "literature.bib" -o "$1/literature-cleaned.bib" "${@:2}"
cp MYabrv.bib $1
cp MYshort.bib $1

0 comments on commit 7ed98d5

Please sign in to comment.