chiark / gitweb /
check: print totals
[version-charset-test.git] / escape
1 #!/usr/bin/perl -pw
2 use strict;
3
4 y/:~/%_/;
5 s/\.(?=\.|$|lock$)/.#/g;