File: clean-class

package info (click to toggle)
firehol 3.1.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,400 kB
  • ctags: 596
  • sloc: sh: 20,403; makefile: 796; perl: 525; sed: 12
file content (6 lines) | stat: -rwxr-xr-x 63 bytes parent folder | download
1
2
3
4
5
6
#!/usr/bin/perl -w

while (<>) {
  s/Kbit/000bit/g;
  print;
}