use f3read/write in the same directory as log-f3wr

This commit is contained in:
brammeleman 2015-07-17 23:32:26 +02:00
parent 4d913c1442
commit 6ff6c00f97

View File

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