From 8c27d00c2339321af9889134cb7169a462f1f77b Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 16 Feb 2011 19:45:33 +0100 Subject: [PATCH] +set -x in README (fancy, uuuh) Signed-off-by: Nico Schottelius --- HACKERS_README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HACKERS_README b/HACKERS_README index da0edc61..d7e3217d 100755 --- a/HACKERS_README +++ b/HACKERS_README @@ -17,6 +17,9 @@ The following code will get executed if you run this README: eof +# Tell the user what we do, so this script makes sense during execution +set -x + # prepare use: export PATH="$PATH:$(pwd -P)/bin" object_tmp=/tmp/localhost/objects