diff options
| -rwxr-xr-x | single-file-test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/single-file-test.sh b/single-file-test.sh index fbdaf1c..e4543cc 100755 --- a/single-file-test.sh +++ b/single-file-test.sh @@ -1,6 +1,7 @@ #!/bin/sh PATH="$(dirname $0):$PATH" +export PATH ulimit -c unlimited which=$1 |
