Skip to content

Commit

Permalink
Update NEXUS2gphocs.sh
Browse files Browse the repository at this point in the history
justincbagley authored Sep 7, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent f726107 commit 8932d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/NEXUS2gphocs.sh
Original file line number Diff line number Diff line change
@@ -74,7 +74,7 @@ echo "
###### Set filetypes as different variables:
echo "INFO | $(date) | Examining current directory, setting variables... "
MY_WORKING_DIR="$(pwd)"
CR=$(printf '\r') ## Best way to facilitate adding carriage returns using sed (see next)...
CR=$(printf '\r') ## Best way to facilitate adding carriage returns using sed...
calc () {
bc -l <<< "$@"
}

0 comments on commit 8932d50

Please sign in to comment.