summaryrefslogtreecommitdiffstats
path: root/.graveyard/lib/libkrebs.sh
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2013-12-30 03:05:26 +0100
committermakefu <github@syntax-fehler.de>2013-12-30 03:05:26 +0100
commit0b81bca953ec7cdf373ff97b11ebd6fb847d733f (patch)
tree63d62f6c32dd6726f823eb2af32cb2a7fab03530 /.graveyard/lib/libkrebs.sh
parent96151bd07330aee400fb99fd9f8f117bae42c9e5 (diff)
libkrebs is obsolete
Diffstat (limited to '.graveyard/lib/libkrebs.sh')
-rw-r--r--.graveyard/lib/libkrebs.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/.graveyard/lib/libkrebs.sh b/.graveyard/lib/libkrebs.sh
new file mode 100644
index 00000000..d423a053
--- /dev/null
+++ b/.graveyard/lib/libkrebs.sh
@@ -0,0 +1,10 @@
+#! /bin/sh
+esudo() {
+ if test "${esudo-true}" = true -a `id -u` != 0; then
+ echo "we're going sudo..." >&2
+ export esudo=false
+ exec sudo "$0" "$@"
+ exit 23 # go to hell
+ fi
+}
+