1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/examples/hello/hello.sh
2015-09-03 19:53:37 +02:00

19 lines
374 B
Bash
Executable File

#!/bin/sh
# set -x
rm -f trace.*hello_*.[0-9]* object.*hello_*.[0-9]* stack.*hello_*.[0-9]* mempool.*hello_*.[0-9]*
UTRACE="0 100M 0" # -1 to disable trace limitation
#UTRACE_SIGNAL="0 50M 0"
#UOBJDUMP="0 10M 100"
#USIMERR="error.sim"
export UTRACE UOBJDUMP USIMERR UTRACE_SIGNAL
./hello -c
./hello -V
./hello -n pippo
./hello --name pluto
./hello paperino
./hello