Skip to content

Commit

Permalink
New version after our first batch of 7 commands
Browse files Browse the repository at this point in the history
  • Loading branch information
andk committed Apr 24, 2016
1 parent e639f7c commit 4a6f806
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions one-off-utils/converting-m-to-f-20160424.pl
Expand Up @@ -92,6 +92,7 @@ BEGIN
chomp;
my $csv = $_;
next if /^\s*$/;
next if /^#/;
my($m,$a,$type,$action) = split /,/, $csv;
die "illegal type" unless $type =~ /[mfc]/;
my $t = scalar localtime;
Expand Down Expand Up @@ -175,16 +176,16 @@ BEGIN
# End:

__END__
AI::nnflex,CCOLBOURN,f,delete
AI::NNFlex,CCOLBOURN,m,f
App::GnuGet,KHAREC,f,delete
App::Gnuget,KHAREC,m,f
Authen::NTLM,BUZZ,f,c
Authen::NTLM,NBEBOUT,m,f
AutoReloader,SHMEM,m,c
# AI::nnflex,CCOLBOURN,f,delete
# AI::NNFlex,CCOLBOURN,m,f
#
# App::GnuGet,KHAREC,f,delete
# App::Gnuget,KHAREC,m,f
#
# Authen::NTLM,BUZZ,f,c
# Authen::NTLM,NBEBOUT,m,f
#
# AutoReloader,SHMEM,m,c
B::C,MICB,f,c
B::C,RURBAN,m,f
Expand Down

0 comments on commit 4a6f806

Please sign in to comment.