summaryrefslogtreecommitdiff
path: root/bin/src-register-all
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-05-18 14:33:49 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-05-18 14:33:49 -0700
commit85754e3f35af72581bf4445442ebd10ab8fba50a (patch)
treec22bd2dd7a42853705640b6c060653d70400b812 /bin/src-register-all
parent4248b34a3c55d50e4e89f12688411b9f5bb2b3fd (diff)
downloaddotfiles-85754e3f35af72581bf4445442ebd10ab8fba50a.tar.gz
add TODO
Diffstat (limited to 'bin/src-register-all')
-rwxr-xr-xbin/src-register-all2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/src-register-all b/bin/src-register-all
index 33348794..0c993097 100755
--- a/bin/src-register-all
+++ b/bin/src-register-all
@@ -8,6 +8,8 @@ use File::Basename;
use File::Grep "fgrep";
use File::chdir;
+# TODO should recurse into arbitarary subdirectories of ~/src
+
foreach my $f ( glob "$ENV{'HOME'}/src/*" ) {
my $short = basename($f);
next unless ( -d "$f/.git" || -d "$f/.hg" );