#!/bin/bash - # Run the talk. set -e # Avoid GNOME keyring stupidity export GNOME_KEYRING_CONTROL= export GNOME_KEYRING_PID= # No proxy. #unset http_proxy #unset https_proxy #unset ftp_proxy # Uncompress from the pristine image. if [ ! -f stage4-disk.img ]; then unxz -k stage4-disk.img.xz fi # Run techtalk. #techtalk-pse ~/d/techtalk-pse/techtalk-pse