aboutsummaryrefslogtreecommitdiff
path: root/bin/sshi.sh
Commit message (Collapse)AuthorAgeFilesLines
* Change double-quote printf pattern to single-quoteTom Ryder2018-01-151-1/+1
| | | | | | | | ShellCheck 0.4.7 pointed to this indirectly: In bin/sshi line 24: printf "%s:%u -> %s:%u (%s)\n" \ ^-- SC1117: Backslash is literal in "\n". Prefer explicit escaping: "\\n".
* Apply runtime shebanging to POSIX shellTom Ryder2017-04-051-0/+27