repo.or.cz
/
eblake-techtalks.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
9000 - initial draft of conclusion
[eblake-techtalks.git]
/
restore
blob
989fddb1d1943496d310110327375aba616ceb03
1
#!/bin/bash -
2
3
# Safety-valve for unwary users...
4
if
[
"
$LOGNAME
"
!=
"eblake"
];
then
5
exit
1
6
fi
7
8
if
[
"
$talkdir
"
=
""
];
then
exit
1
;
fi
9
10
sleep
0.5
;
killall nbdkit
>& /
dev
/
null
11
12
exit
0