flamegraphs: Improve the title page
[libguestfs-talks.git] / 2019-fosdem / 5100-shell-next
1 #!/bin/bash -
2
3 source functions
4
5 # Title.
6 export title="Writing badblocks.sh"
7
8 # History.
9 remember 'emacs badblocks.sh &'
10 remember 'nbdkit sh ./badblocks.sh'
11 remember 'sudo nbd-client -b 512 localhost /dev/nbd0'
12 remember 'sudo badblocks /dev/nbd0'
13
14 ./restore
15 pushd 5100-shell.d >/dev/null
16 cp badblocks.sh.template badblocks.sh
17 terminal
18 popd >/dev/null