#!/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 # Clean up after previous run. talkdir=$PWD ./restore # Check environment. #(nothing) # Precreate any files necessary. #(nothing) # Run techtalk. techtalk-pse "$@" #~/d/techtalk-pse/techtalk-pse "$@"