summaryrefslogtreecommitdiff
path: root/ssh_hack
Commit message (Collapse)AuthorAgeFilesLines
* ssh_hack was failing if there were no query stringepoch2021-11-141-3/+6
|
* added a program to convert a string with single-quotes into a shell-escaped ↵epoch2021-10-251-0/+26
version because writing that same sed regex over and over was a pain in the ass. also added a ssh handler. read before use. put them in Makefile