#!/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 # Remove any old nbdkit processes etc. ./restore # Run techtalk. export PATH=$HOME/d/nbdkit:$PATH $HOME/d/libnbd/run techtalk-pse #~/d/techtalk-pse/techtalk-pse ./restore