Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Create '.bak' copy of file(s) and strip the XML comments
- decom() {
- for i in "$@"; do
- ruby -i.bak -ne 'print unless /COMMENT OUT for LUNA/' "$i";
- done
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement