summaryrefslogtreecommitdiff
path: root/bin/src-cleanup
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-08-13 12:52:53 +0100
committerSean Whitton <spwhitton@spwhitton.name>2019-08-13 12:53:06 +0100
commit192994d774fdf2dcf64d4105f708a0aad1f9b797 (patch)
tree88992d49a2481dfda21c4f6e1d8c97ef9d106e63 /bin/src-cleanup
parenta5c9525182d84e029f6ab07b4bcef7cdc6690092 (diff)
downloaddotfiles-192994d774fdf2dcf64d4105f708a0aad1f9b797.tar.gz
first (incomplete) version of new src cleanup code
Diffstat (limited to 'bin/src-cleanup')
-rwxr-xr-xbin/src-cleanup9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/src-cleanup b/bin/src-cleanup
new file mode 100755
index 00000000..d6b04a24
--- /dev/null
+++ b/bin/src-cleanup
@@ -0,0 +1,9 @@
+#!/usr/bin/perl
+
+use strict;
+use warnings;
+use lib "$ENV{HOME}/lib/perl5";
+
+use Local::Homedir;
+
+exit src_cleanup();