Guest User

Untitled

a guest
Dec 10th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. #!/usr/bin/awk -f
  2. BEGIN {
  3. RS="\n+M END\n+"
  4. ORS="\nM END\n"
  5. }
  6. { print }
Add Comment
Please, Sign In to add comment