diff --git a/clonegit-nofxwiki.net b/clonegit-nofxwiki.net new file mode 100755 index 0000000..98b2936 --- /dev/null +++ b/clonegit-nofxwiki.net @@ -0,0 +1,8 @@ +#!/bin/sh + +# if no 2nd arg call again with first arg as second arg +if [[ x"$2" = x ]]; then + "$0" "$1" "$1" +else + git clone "ssh://nofxwiki.net/var/git/$1" "$2" +fi