Sha256: 2e923e47a5b5def47edb5ebb13dc8f8f1e1a69e6afb7dc677e56d35dd29c4ee0
Contents?: true
Size: 221 Bytes
Versions: 26
Compression:
Stored size: 221 Bytes
Contents
#!/usr/bin/env bash source_application=$1 target_application=$2 target_path=`dirname $0` source_file="$target_path/ix-$source_application" target_file="$target_path/ix-$target_application" cp $source_file $target_file
Version data entries
26 entries across 26 versions & 1 rubygems