diff --git a/test.sh b/test.sh index 8120960..16f2966 100755 --- a/test.sh +++ b/test.sh @@ -1,8 +1,9 @@ #!/bin/sh # Give in the command to test against as argument(s) +# Path needs to be absolute! # Examples: ./test.sh readlink -f # ./test.sh cat -# ./test.sh ./otherscript.sh +# ./test.sh $PWD/otherscript.sh bin="$@" [ -z "$bin" ] && bin=$PWD/realpath.sh