# vi: ft=sh # Add with HOSTS+=(...) # Format: "host[:port]" # port should be ommited if default (22) since hosts array is # checked for duplicates # Including other targets is done with 'source'. # env: $TARGET_DIR HOSTS+=( "localhost" "test" )
index : ltask | |
lightweight remote script execution |
aboutsummaryrefslogtreecommitdiff |
# vi: ft=sh # Add with HOSTS+=(...) # Format: "host[:port]" # port should be ommited if default (22) since hosts array is # checked for duplicates # Including other targets is done with 'source'. # env: $TARGET_DIR HOSTS+=( "localhost" "test" )