comments_functions.bash
#!/usr/bin/env bash
function pre_comment(){
echo "nothing"
}
# comment one
function post_comment(){
echo "nothing"
}
#!/usr/bin/env bash
function pre_comment(){
echo "nothing"
}
# comment one
function post_comment(){
echo "nothing"
}