Skip to content

Commit

Permalink
Merge pull request #149 from gpupo/pr/Shebang
Browse files Browse the repository at this point in the history
Add portability to Bash Program location
  • Loading branch information
AltraMayor committed Nov 15, 2020
2 parents 4dae4ea + 55b17d8 commit e8cc238
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion f3write.h2w
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

$(dirname $0)/f3write "$@" || exit 1

Expand Down
2 changes: 1 addition & 1 deletion log-f3wr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
LOG=$1
$(dirname $0)/f3write "${@:2}" 2>&1 | tee -a "${LOG}" && \
echo -e "\n\n" >> "${LOG}" && \
Expand Down

0 comments on commit e8cc238

Please sign in to comment.