commit: 6ecb7dc2bfedfa17230de1f574c0e31b7d2c04bc Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Thu Apr 21 07:16:09 2016 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Thu Apr 21 07:16:09 2016 +0000 URL: https://gitweb.gentoo.org/proj/hardened-patchset.git/commit/?id=6ecb7dc2
scripts/sendit.sh: helper to send patches to my dev space scripts/sendit.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/sendit.sh b/scripts/sendit.sh new file mode 100755 index 0000000..294fef8 --- /dev/null +++ b/scripts/sendit.sh @@ -0,0 +1,6 @@ +#!/bin/bash + [email protected] +RDIR=/home/blueness/public_html/hardened-sources/hardened-patches + +scp $1 ${REMOTE}:${RDIR}
