Guest User

Untitled

a guest
Nov 17th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. sed -i -r "s/ Class w(w|d)+/ Class C$(python -c 'import uuid;print(uuid.uuid4().hex)')/"
  2.  
  3. Public Class Class1
  4. Public ReadOnly Property P As String = "hello"
  5. End Class
  6.  
  7. Public Class Class2
  8. Public ReadOnly Property P As String = "hello"
  9. End Class
Add Comment
Please, Sign In to add comment