Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. func1() {
  2. # This function was generated for project: PROJECT1
  3. echo "do my automation"
  4. }
  5.  
  6. $ type func1
  7.  
  8. func1 is a function
  9. func1 ()
  10. {
  11. # This function was generated for project: PROJECT1
  12. echo "do my automation"
  13. }
  14.  
  15. func1 is a function
  16. func1 ()
  17. {
  18. echo "do my automation"
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement