mirror of
https://github.com/AltraMayor/f3.git
synced 2025-08-04 02:55:57 -04:00
use f3read/write in the same directory as log-f3wr
This commit is contained in:
parent
4d913c1442
commit
6ff6c00f97
4
log-f3wr
4
log-f3wr
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
LOG=$1
|
LOG=$1
|
||||||
f3write "${@:2}" 2>&1 | tee -a "${LOG}" && \
|
$(dirname $0)/f3write "${@:2}" 2>&1 | tee -a "${LOG}" && \
|
||||||
echo -e "\n\n" >> "${LOG}" && \
|
echo -e "\n\n" >> "${LOG}" && \
|
||||||
f3read "${@:2}" 2>&1 | tee -a "${LOG}"
|
$(dirname $0)/f3read "${@:2}" 2>&1 | tee -a "${LOG}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user