From dce4a2f86369ba2a928854d8c6861bae7a9884e8 Mon Sep 17 00:00:00 2001 From: Uggla Date: Fri, 8 May 2015 19:13:33 +0200 Subject: [PATCH] Add auth file. --- auth_papatcher.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 auth_papatcher.sh diff --git a/auth_papatcher.sh b/auth_papatcher.sh new file mode 100644 index 0000000..365ffba --- /dev/null +++ b/auth_papatcher.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +# Provide credentials to papatcher +# Enter your pa credentials below +PA_USER="pauser_to_replace" +PA_PASSWORD="papassword_to_replace" + +(echo "$PA_USER"; sleep 1s; echo $PA_PASSWORD) | go run papatcher.go + +echo "Do not care of previous error message !" +exit 0