новые иконки в OpenBoard
OpenBoard/thirdparty/openssl/openssl-1.0.0d/util/deleof.pl

8 lines
88 B

#!/usr/local/bin/perl
while (<>)
{
print
last if (/^# DO NOT DELETE THIS LINE/);
}