summaryrefslogtreecommitdiffstats
path: root/slx-tools
Commit message (Collapse)AuthorAgeFilesLines
* ModularizeSimon Rettberg2019-05-271-180/+0Star
|
* Match proper fieldSimon Rettberg2019-04-051-1/+1
|
* Refactor, rename, break thingsSimon Rettberg2019-04-051-47/+129
|
* Invert logic and use || for $x = ${x#<prefix>} checksSimon Rettberg2019-03-151-3/+3
| | | | | | | This makes it so that if $x starts with <prefix>, the statement after the condition is executed, which seems easier to read. i.e. [ "$x" = "${x#abc}" ] || echo "x starts with abc"
* Simplify checks, consider zram as volatile tooSimon Rettberg2019-03-151-6/+6
|
* fix search/replace for ashJonathan Bauer2019-02-271-3/+5
|
* improvements & bug fixesJonathan Bauer2019-02-271-11/+30
|
* initial collections of beta functionsJonathan Bauer2019-02-181-0/+77