Files
geant4/examples/extended/persistency/rootio/tools/mksed.pl
T
2016-06-08 16:57:27 +02:00

10 lines
95 B
Perl
Executable File

#! /usr/bin/perl
while(<STDIN>) {
chop;
s/.hh//;
print " -e \'s/$_/G4$_/g\' \\\n";
}