aboutsummaryrefslogtreecommitdiff
path: root/bin/sra.sh
Commit message (Collapse)AuthorAgeFilesLines
* Move ShellCheck line to correct place in sra(1df)Tom Ryder2018-01-151-1/+2
| | | | | | | | | | ShellCheck 0.4.7 was upset about this: In bin/sra line 7: ssh -qt -- "$hostname" "$@" <&3 # shellcheck disable=SC2029 ^-- SC1073: Couldn't parse this simple command. ^-- SC1126: Place shellcheck directives before commands, not after. ^-- SC1072: Fix any mentioned problems and try again.
* Apply runtime shebanging to POSIX shellTom Ryder2017-04-051-0/+7