git.annexia.org
/
libguestfs-talks.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Changes in nbdkit.
[libguestfs-talks.git]
/
2019-tech-introductions
/
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
# Remove any old nbdkit processes etc.
16
./restore
17
18
# Run techtalk.
19
export PATH=$HOME/d/nbdkit:$PATH
20
$HOME/d/libnbd/run techtalk-pse
21
#~/d/techtalk-pse/techtalk-pse
22
23
./restore