initial commit for GitHub
This commit is contained in:
8
compress/dewindowize.pl
Executable file
8
compress/dewindowize.pl
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env perl
|
||||
|
||||
while (<>) {
|
||||
s/window\.sjcl\s*=/var sjcl=/g;
|
||||
s/window\.sjcl/sjcl/g;
|
||||
print;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user