Skip to content

Commit

Permalink
uploadtar.sh multiple files
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Oct 24, 2016
1 parent 4f7ebc8 commit 94cd92e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/uploadtar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ die() {
exit 1
}

[ -f "$1" ] || die "usage $0 <tarfile>"
[ -f "$1" ] || die "usage $0 <tarfile> ..."

[ "$USER" ] || die "USER not set"

scp "$1" $USER,[email protected]:/home/frs/project/epics/mrfioc2/
scp "$@" $USER,[email protected]:/home/frs/project/epics/mrfioc2/

0 comments on commit 94cd92e

Please sign in to comment.