echo "********** Bash 2.05b Patch Start **********"; mkdir -p /tmp/shellshock_tmp; if [ -d /tmp/shellshock_tmp ]; then echo "/tmp/shellshock_tmp OK"; else echo "/tmp/shellshock_tmp NG";exit 0; fi; cd /tmp/shellshock_tmp; pwd; curl -O "http://ftp.gnu.org/gnu/bash/bash-2.05b-patches/bash205b-001"; curl -O "http://ftp.gnu.org/gnu/bash/bash-2.05b-patches/bash205b-002"; curl -O "http://ftp.gnu.org/gnu/