Sha256: 5649b7398a6a347b2404961edfff2e000f354933de16b90a31843676f6c9475a
Contents?: true
Size: 163 Bytes
Versions: 2
Compression:
Stored size: 163 Bytes
Contents
#!/bin/bash -eux if [ $# -ne 2 ]; then echo "Give src dir and dst dir." exit 1 fi src="$1" dst="$2" cmd="scp -S <%= path %>/ssh $src :$dst" exec "$cmd"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
xpflow-0.1c | lib/xpflow/templates/utils/rsync |
xpflow-0.1b | lib/xpflow/templates/utils/rsync |