#!/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 # Precreate any files necessary. #(nothing) # Run techtalk. The demos require nbdkit 1.15.6, libnbd 1.1.5, and qemu 4.2, # which are not present in Fedora 30, so point to self-built versions. export PATH=$HOME/d/nbdkit:$HOME/d/qemu:$PATH $HOME/d/libnbd/run techtalk-pse #~/d/techtalk-pse/techtalk-pse