diff options
Diffstat (limited to 'gi/pipeline/scripts/rekey.pl')
-rwxr-xr-x | gi/pipeline/scripts/rekey.pl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gi/pipeline/scripts/rekey.pl b/gi/pipeline/scripts/rekey.pl deleted file mode 100755 index 31eb86b8..00000000 --- a/gi/pipeline/scripts/rekey.pl +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/perl - -while(<>) { - my ($lhs, $f, $e, $s) = split / \|\|\| /; - $f =~ s/\[X[0-9]+\]/\[X\]/g; - print "$f\t$_"; -} - |