A convenience command to clone all Silicon Lab (Formerly Micrium) uc- related library repos. These libaries were closed source and high quality libraries for USB, Networking, Filing Systems etc that are portable to many platforms and different operating systems.
curl "https://api.github.com/search/repositories?q=uc-+user:SiliconLabs" | grep \"clone_url\" | awk '{print $2}' | sed -e 's/"//g' -e 's/,//g' | xargs -n1 git clone