Commit 4f6c5584 authored by Vitaly Lipatov's avatar Vitaly Lipatov

add copy packages to p8 script

parent 18ab8025
#!/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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment