flamegraphs: Improve the title page
[libguestfs-talks.git] / 2019-lightning-talk / run
1 #!/bin/bash -
2 # Run the talk.
3
4 set -e
5
6 # Avoid GNOME keyring stupidity
7 export GNOME_KEYRING_CONTROL=
8 export GNOME_KEYRING_PID=
9
10 # No proxy.
11 #unset http_proxy
12 #unset https_proxy
13 #unset ftp_proxy
14
15 # Clean up after previous run.
16 talkdir=$PWD ./restore
17
18 # Precreate any files necessary.
19 #(nothing)
20
21 # Run techtalk.  The demos require nbdkit 1.15.6, libnbd 1.1.5, and qemu 4.2,
22 # which are not present in Fedora 30, so point to self-built versions.
23 export PATH=$HOME/d/nbdkit:$HOME/d/qemu:$PATH
24 $HOME/d/libnbd/run techtalk-pse
25 #~/d/techtalk-pse/techtalk-pse