You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: update shebang and improve pattern matching in scripts
- Changed the shebang in `gtr.bash` and `generate-completions.sh` to use `/usr/bin/env bash` for better portability.
- Refactored pattern matching logic in `copy.sh` to utilize a case statement, enhancing readability and maintainability.
- Added a local variable declaration in `create.sh` for improved clarity in the command execution flow.
- Updated conditional checks in `go.sh` and `run.sh` to use quotes around array length checks, preventing potential errors.
0 commit comments