diff --git a/log-f3wr b/log-f3wr index f462d2f..cf6ec90 100755 --- a/log-f3wr +++ b/log-f3wr @@ -1,5 +1,5 @@ #!/bin/bash LOG=$1 -f3write "${@:2}" 2>&1 | tee -a "${LOG}" && \ +$(dirname $0)/f3write "${@:2}" 2>&1 | tee -a "${LOG}" && \ echo -e "\n\n" >> "${LOG}" && \ -f3read "${@:2}" 2>&1 | tee -a "${LOG}" +$(dirname $0)/f3read "${@:2}" 2>&1 | tee -a "${LOG}"