#!/usr/bin/env perl # src-register-all -- add new all new git/hg repos in ~/src to ~/.mrconfig # # This script must be as portable as possible (inc. its shebang). We # do assume that the path separator is a forward slash, rather than # using catfile(), because .mrconfig assumes that too use strict; use warnings; use lib "$ENV{HOME}/src/dotfiles/perl5"; use Local::Homedir; exit src_register_all();