42-archive/42sh/sample/func.sh
2017-03-27 18:07:24 +02:00

14 lines
124 B
Bash

hello() (
hello() (
echo hello ; hello )
hello
)
hello
sleep 2
echo
echo "My sample :"
sleep 2
echo
cat sample/func.sh