Skip to content

Commit

Permalink
refactor: add scripts directory
Browse files Browse the repository at this point in the history
  • Loading branch information
crhntr committed Feb 23, 2024
1 parent 3afa669 commit c44f219
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.sh → scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ function main() {
popd > /dev/null
}

main "$(cd "$(dirname "${0}")" && pwd)"
main "$(cd "$(dirname "$(dirname "${0}")")" && pwd)"
2 changes: 1 addition & 1 deletion test.sh → scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ function main() {
popd > /dev/null
}

main "$(cd "$(dirname "${0}")" && pwd)"
main "$(cd "$(dirname "$(dirname "${0}")")" && pwd)"

0 comments on commit c44f219

Please sign in to comment.