#!/bin/bash

echo "*** contrib Module Listing ***"

curl "https://api.github.com/users/FreePBX-ContributedModules/repos?per_page=1000"  | grep -o 'git@[^"]*' | cut -f 2 -d "/" | cut -f 1 -d "."

