6 printf $
"Usage: %s REMOTENAME ... , where ... stands for parsecvs args.\n" "$0"
17 readonly WORK_DIR
="$(mktemp -d --tmpdir parsecvs-"$REMOTE".XXXXXX)"
18 # I'll remove the temp dir only if the script completes successfully;
19 # otherwise, let it stay for investigation.
21 printf $
"%s failed; investigate in %s.\n" "$0" "$WORK_DIR"
25 GIT_DIR
="$WORKDIR"/.git parsecvs
"$@"
27 git fetch
"$WORKDIR" *:"$REMOTE"/*