aboutsummaryrefslogtreecommitdiff
path: root/bin/osc.sh
Commit message (Collapse)AuthorAgeFilesLines
* Strip trailing whitespaceTom Ryder2017-11-131-2/+2
|
* Remove -no_ssl2 from osc(1df)Tom Ryder2017-10-311-1/+1
| | | | | | | | | | | | Modern OpenSSL builds, at least on Debian Stretch, don't even include this as an option anymore, because SSLv2 has been so broken for so long. There's not really much point trying to keep it. $ openssl version OpenSSL 1.1.0f 25 May 2017 $ openssl -no_ssl2 Invalid command '-no_ssl2'; type "help" for a list.
* Add history filename squashing to rlwrap(1) callsTom Ryder2017-05-271-1/+1
|
* Apply runtime shebanging to POSIX shellTom Ryder2017-04-051-0/+91