copy_to_p8_test.sh 141 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11
#!/bin/sh -x

BRANCH=p8
CMD="ssh gear.alt"

$CMD task new $BRANCH
for i in $@ ; do
    $CMD task add copy $i
done

$CMD task run --test-only