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
A one-liner using `echo` is much more readable *but* risks
problems from arguments with special characters (e.g. `-n`)
- Provide a format string to printf
- Remove need for subshell
- Make it (marginally?) more readable
0 commit comments