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
Don't use cat to provide a file on stdin to a process that accepts file
arguments itself.
Don't use echo with options, escapes, or variables (use printf for those
cases).
Don't use a /bin/shshebang unless you plan to test and run your script on
at least: Actual Sh, Dash in POSIX-compatible mode (as it will be run on
Debian), and Bash in POSIX-compatible mode (as it will be run on macOS).