diff --git a/example/compile.sh b/example/compile.sh new file mode 100644 index 0000000..8581626 --- /dev/null +++ b/example/compile.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +gcc -o x1 eg1.c -I../include_ytest/include/ -L.. -lytest $1 diff --git a/example/run.sh b/example/run.sh new file mode 100644 index 0000000..9e20bef --- /dev/null +++ b/example/run.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +if [ "$#" -le 0 ] ; then + echo "usage : $0