set -e # Download Plan 9 if [ ! -e 9legacy.iso ] && [ ! -e 9legacy.iso.bz2 ]; then curl -L --fail -O https://github.com/Harvey-OS/harvey/releases/download/9legacy/9legacy.iso.bz2 fi if [ ! -e 9legacy.iso ]; then bunzip2 -k 9legacy.iso.bz2 fi expect <