Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- myfun(){
- echo "This function is $FUNCNAME"
- }
- myfun
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement