Skip to content

Instantly share code, notes, and snippets.

View prolightHub's full-sized avatar

prolightHub

View GitHub Profile
@njh
njh / backup-github-repos.pl
Created August 23, 2017 21:24
Script to download/clone all of your Github repos
#!/usr/bin/perl
#
# Script to download/clone all of your Github repos
#
# Copyright Nicholas Humfrey, 22nd August 2017
#
# License: http://unlicense.org
#
use JSON;