From ad127791cded5d9bf3a5c4bce8c9ec7e09414866 Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Sat, 19 Feb 2011 01:44:24 +0100 Subject: [PATCH] let HACKERS_README accept target host as argument Signed-off-by: Steven Armstrong --- HACKERS_README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HACKERS_README b/HACKERS_README index 62f55b94..48df9258 100755 --- a/HACKERS_README +++ b/HACKERS_README @@ -33,6 +33,7 @@ export __cdist_out_objects=${base}/objects export __cdist_out_explorers=${base}/explorers export __cdist_out_execs=${base}/exec -cdist-deploy-to localhost +target="${1:-localhost}" +cdist-deploy-to "$target" find "${base}"