Advertisement
quantumech

Untitled

May 18th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | None | 0 0
  1. # This function prints the argument passed to it
  2. print()
  3. {
  4.     echo $1
  5. }
  6.  
  7. # Call print function with argument "Hello world"
  8. print "Hello world"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement