The way I roll...
git archive --prefix ./pub/ main | gzip -c | ssh remote "tar xzf -"
orh=srv r="$HOME/vcs/pub" t=$(cd /tmp && mktemp -d ./gitarch-XXXX)
cd "${r}" && git archive --prefix ${PWD##/}/ HEAD | tar -C "/tmp/${t}" -xzf -
&& rsync -vrtcpz --chmod=Fa-w "/tmp/${t}/${PWD##/}/" root@${h}:/usr/local/${PWD##*/}/
&& rm -rf "/tmp/${t}/"
- ./ProOps Proceeding Operations Framework
- ./boot Bootstrap scripts for various OS
- ./mkinst/tensorflow TensorFlow bootstrap methods
- ../felidae Felidae AI/ML image classifier
-
Homebrew/brew #6637 Solution 'keep' packages and 'orphaned' dependencies...
-
dylanaraps/pure-bash-bible #82 Reference more rationale for not using #!/bin/bash?
-
pyenv/pyenv #1359 Reference Update shell configuration info in README
-
pyenv/pyenv #1347 Reference is putting "eval "$(pyenv init -)"" in ~/.bash_profile really a good suggestion?
-
usnistgov/OSCAL #349 Alternative Consider using leading zeros in OSCAL Content Identifiers