diff options
Diffstat (limited to 'stage')
-rwxr-xr-x | stage | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +#! /usr/bin/env bash + +# Stage build2 to cppget1 host. +# +# Usage: publish [<rsync-options>] +# +usage="$0 [<rsync-options>]" + +trap 'exit 1' ERR + +cppget.org/publish cppget.org/repository/1/ cppget1 $* |