aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc.d/mysql.sh
Commit message (Collapse)AuthorAgeFilesLines
* Remove mysql() functionTom Ryder2017-05-231-25/+0
| | | | Clumsy interaction too close to default behaviour anyway
* Fix mysql()Tom Ryder2016-08-301-6/+12
|
* Include shrc.d in check-sh targetTom Ryder2016-08-171-2/+2
| | | | Quote a string entirely to appease shellcheck too
* Move simple Bash/pdksh functions into POSIX shTom Ryder2016-08-171-0/+19
Have only translated the scripts that translate readily into POSIX sh for now. More complex stuff like that bd/pd/sd/ud navigation for Bash doesn't port as easily, mostly because there isn't an analogue for the "local" keyword in POSIX.