let HACKERS_README accept target host as argument

Signed-off-by: Steven Armstrong <steven.armstrong@inf.ethz.ch>
remotes/origin/1.0
Steven Armstrong 14 years ago
parent 42bcf1c3f8
commit ad127791cd
  1. 3
      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}"

Loading…
Cancel
Save