X-Git-Url: http://git.annexia.org/?p=libguestfs-talks.git;a=blobdiff_plain;f=2023-flamegraphs%2Frun;fp=2023-flamegraphs%2Frun;h=b7330ab5aecc7045b7ab83e29bc57249ddf15adf;hp=0000000000000000000000000000000000000000;hb=6f9c7f844577696329ddadd086709cf21b5d3730;hpb=65b3746ea784e2a089b992d6fe234fa232e25b24 diff --git a/2023-flamegraphs/run b/2023-flamegraphs/run new file mode 100755 index 0000000..b7330ab --- /dev/null +++ b/2023-flamegraphs/run @@ -0,0 +1,26 @@ +#!/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 + +# Check environment. +#(nothing) + +# Precreate any files necessary. +#(nothing) + +# Run techtalk. +techtalk-pse "$@" +#~/d/techtalk-pse/techtalk-pse "$@"