From d9b9516ed6a372b1270011c2177681a9713c9d31 Mon Sep 17 00:00:00 2001 From: Mikhail Osipov Date: Wed, 22 Sep 2021 02:51:33 +0300 Subject: auth: via file --- test/auth.sh | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'test/auth.sh') diff --git a/test/auth.sh b/test/auth.sh index d8a1dee..608b4fd 100755 --- a/test/auth.sh +++ b/test/auth.sh @@ -1,12 +1,22 @@ #!/bin/bash +FILE=`mktemp` + +cat > $FILE <