Files
Bsh/tests/functions/multiple_calls.sh
brice.boisson 7744ceaa33 bsh project
2022-02-08 18:50:03 +01:00

10 lines
82 B
Bash

foo()
{
echo "this is a test"
echo $@
}
foo salut
foo
foo foo foo; foo a