diff options
-rwxr-xr-x | fetch-private.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fetch-private.sh b/fetch-private.sh new file mode 100755 index 00000000..9939e384 --- /dev/null +++ b/fetch-private.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +GIT_ALLOW_PROTOCOL=keybase git submodule update --init |