This website requires JavaScript.
Explore
Help
Sign In
songsenand
/
cgal
mirror of
https://github.com/CGAL/cgal
Watch
1
Star
0
Fork
You've already forked cgal
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e01b452d33
cgal
/
Packages
/
Manual
/
scripts
/
rmbibcomments
8 lines
84 B
Perl
Executable File
Raw
Blame
History
#!/opt/gnu/bin/perl
while
(
<
>
)
{
if
(
!
(
$
_
=~
m/^\s*%/
)
)
{
print
$
_
}
}
Reference in New Issue
View Git Blame
Copy Permalink