diff --git a/input_devcode.sh b/input_devcode.sh index f92cab0..af595e5 100755 --- a/input_devcode.sh +++ b/input_devcode.sh @@ -6,6 +6,7 @@ while true; do read input if [ -z $input ] ; then + echo "Trying to obtain default Developper API Key..." input=`wget -qO - http://tobast.fr/ressources/pastebin_devkey` if (( ! `echo $input | grep -ce "[0-9a-f]\{32\}"` > 0 )) ; then diff --git a/pastebincl-1.0.tar.gz b/pastebincl-1.0.tar.gz index 3430bd1..867e636 100644 Binary files a/pastebincl-1.0.tar.gz and b/pastebincl-1.0.tar.gz differ