mirror of
https://github.com/unman/shaker.git
synced 2025-08-18 18:48:01 -04:00
Sys-git
This commit is contained in:
parent
8a077f3131
commit
9217adf047
10 changed files with 206 additions and 0 deletions
9
git/add-remote
Normal file
9
git/add-remote
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
[ -n "$1" ] || exit 1
|
||||
|
||||
if [ "$1" = "sg" ]; then
|
||||
git remote add $1 "ext::git-qrexec sys-git 3 `basename $PWD`"
|
||||
exit $?
|
||||
fi
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue