notes/Get Function Name-akTsm44q.sh
#!/bin/bash


myfun(){
  echo "This function is $FUNCNAME"
}

myfun

syntax highlighted by Code2HTML, v. 0.9.1