summaryrefslogtreecommitdiff
path: root/bin/src-cleanup
blob: d6b04a2436de3275bc80283dc758ecf08158ab13 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/perl

use strict;
use warnings;
use lib "$ENV{HOME}/lib/perl5";

use Local::Homedir;

exit src_cleanup();