Massive update #2

This commit is contained in:
Uggla
2015-05-08 19:09:52 +02:00
parent 1125c5b796
commit 5d37d7aa33
6 changed files with 24 additions and 16 deletions
-11
View File
@@ -1,11 +0,0 @@
#!/bin/bash
# Provide credentials to papatcher
# Enter your pa credentials below
PA_USER="pauser"
PA_PASSWORD="papassword"
(echo "$PA_USER"; sleep 1s; echo $PA_PASSWORD) | go run papatcher.go
echo "Do not care of previous error message !"
exit 0