paste.chapril.org-privatebin/compress/dewindowize.pl

9 lines
105 B
Perl
Raw Normal View History

2010-05-27 00:34:42 +02:00
#!/usr/bin/env perl
while (<>) {
s/window\.sjcl\s*=/var sjcl=/g;
s/window\.sjcl/sjcl/g;
print;
}