Slide 1.
[libguestfs-talks.git] / 2021-pipelines / 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 # Check environment.
19 #(nothing)
20
21 # Precreate any files necessary.
22 #(nothing)
23
24 # Run techtalk.
25 #techtalk-pse "$@"
26 ~/d/techtalk-pse/techtalk-pse "$@"