kyberia-wallet.sh (Added junk found in ~root at harvie.cz)
authorHarvie <tomas@mudrunka.cz>
Mon, 24 May 2010 21:00:07 +0000 (23:00 +0200)
committerHarvie <tomas@mudrunka.cz>
Wed, 26 May 2010 21:45:11 +0000 (23:45 +0200)
bash/kyberia-wallet.sh [new file with mode: 0755]

diff --git a/bash/kyberia-wallet.sh b/bash/kyberia-wallet.sh
new file mode 100755 (executable)
index 0000000..371e7fe
--- /dev/null
@@ -0,0 +1,12 @@
+#!/bin/bash
+id=76000;
+pw='Beruska';
+
+cookie_jar='/tmp/kybcacookies';
+echo "loging in to kyberia";
+curl -s -c "$cookie_jar" -b "$cookie_jar" --location --url 'http://kyberia.sk/id/'"$id" -d 'event=login&login='"$id"'&password='"$pw"'&login_type=id' >/dev/null 2>&1
+for i in -30 -20 -10 -5; do 
+  echo "kyberia k_wallet $i";
+  curl -s -c "$cookie_jar" -b "$cookie_jar" --location --url 'http://kyberia.sk/id/'"$id" -d 'event=k_wallet&k_wallet='"$i" >/dev/null 2>&1
+done;
+
This page took 0.09113 seconds and 4 git commands to generate.