adding original examples

This commit is contained in:
2024-08-26 18:03:25 +02:00
parent a4f6456292
commit 46b847aff9
45 changed files with 3752 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/sh
me=`basename $0`
echo "# -- args $* -- #"
echo "# -- starting $me -- #"
sleep $1
ret=$?
echo "# -- finished $me -- #"
exit $ret