diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-12-14 18:31:43 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-12-14 18:32:01 +0100 |
commit | 2542891f652dc09727788047256c330eaaae6a02 (patch) | |
tree | bdd4d3634304f60ebc66df7467a78a8e5b53762a /fetch-inputs | |
parent | fd38e2a07fc97be1d719e46a10b6774b5de53691 (diff) |
Always ensure we’re in the correct directory
Diffstat (limited to 'fetch-inputs')
-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 \ |