let HACKERS_README accept target host as argument

Signed-off-by: Steven Armstrong <steven.armstrong@inf.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-02-19 01:44:24 +01:00
parent 42bcf1c3f8
commit ad127791cd
1 changed files with 2 additions and 1 deletions

View File

@ -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}"