Bsh/tests/functions/use_fun_in_other_cmd.sh

7 lines
45 B
Bash
Raw Permalink Normal View History

2022-02-08 17:50:03 +00:00
fun() {
echo "fun"
}
echo fun
echo; fun