diff options
-rwxr-xr-x | fetch-inputs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fetch-inputs b/fetch-inputs index 5161496..4c3b00e 100755 --- a/fetch-inputs +++ b/fetch-inputs @@ -1,5 +1,7 @@ #!/bin/sh +cd "$(dirname "$0")" + find . \ -regextype egrep \ -mindepth 2 \ |