Bsh/tests/functions/multiple_calls.sh

10 lines
82 B
Bash
Raw Permalink Normal View History

2022-02-08 17:50:03 +00:00
foo()
{
echo "this is a test"
echo $@
}
foo salut
foo
foo foo foo; foo a