Skip to content

Instantly share code, notes, and snippets.

View willhallonline's full-sized avatar
💭
This is the Internet.

Will Hall willhallonline

💭
This is the Internet.
View GitHub Profile
#!/bin/sh
# This script will add all submodules from just a .gitmodules file
#
set -e
git config -f .gitmodules --get-regexp '^submodule\..*\.path$' |
while read path_key path
do
url_key=$(echo $path_key | sed 's/\.path/.url/')

Keybase proof

I hereby claim:

  • I am willhallonline on github.
  • I am willhallonline (https://keybase.io/willhallonline) on keybase.
  • I have a public key ASCgMbqbz05OuL222XocYJNt_p4MSqkXpjhrKKXEgiTwYQo

To claim this, I am signing this object: