REDIRECT OUTPUT TO "coucou/pay4sure.log"

This commit is contained in:
fred 2023-12-04 14:05:53 +01:00
parent 843a32e522
commit 839974abc1
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ ME="${0##*/}"
. "${MY_PATH}/my.sh"
## REDIRECT OUTPUT TO "coucou/pay4sure.log"
exec 2>&1 >> ~/.zen/tmp/coucou/pay4sure.log
KEYFILE="$1"
AMOUNT="$2"
G1PUB="$3"