Shebang Portability

This commit is contained in:
Gilmar Pupo 2020-11-13 15:28:58 -03:00
parent 4dae4eaf00
commit 55b17d87f4
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
$(dirname $0)/f3write "$@" || exit 1

View File

@ -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}" && \