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
fix: Resolve ShellCheck warnings and use compact if syntax
- Quote ${tmp_pid} variable (SC2086)
- Separate local declaration from assignment (SC2155)
- Use while-read loop instead of array assignment (SC2207)
- Use compact [[ ]] && syntax for single-command if
Closes#486, closes#488
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments