Sha256: edfc42755c00918f8d86eb04c06ecc86c32234d82dd38a092db91f0027d9bb91

Contents?: true

Size: 104 Bytes

Versions: 2

Compression:

Stored size: 104 Bytes

Contents

#!/bin/bash

set -eux

dest_dir=${1}
shift

exec scp -F <%= path %>/ssh-config -- "$@" this:${dest_dir}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
xpflow-0.1c lib/xpflow/templates/utils/scp_many
xpflow-0.1b lib/xpflow/templates/utils/scp_many