commit 629b4b99385f27ce8617c24482fdd1777aec807d Author: Mathy Date: Thu Jan 15 13:24:46 2015 -0500 Script to get all repositories diff --git a/init.sh b/init.sh new file mode 100755 index 0000000..6ebadb6 --- /dev/null +++ b/init.sh @@ -0,0 +1,7 @@ +#!/bin/bash +git clone -b master git@github.com:vanhoefm/modwifi.git modwifi & +git clone -b research git@github.com:vanhoefm/modwifi-linux.git linux & +git clone -b research git@github.com:vanhoefm/modwifi-ath9k-htc.git ath9k-htc & +git clone -b research git@github.com:vanhoefm/modwifi-backports.git backports & +git clone -b master git@github.com:vanhoefm/modwifi-tools.git tools & +wait