summary refs log tree commit diff
path: root/prune.sh (follow)
Commit message (Collapse)AuthorAge
* Port all scripts to shJune McEnroe2018-08-16
| | | | Not hard, but having to escape ( ) inside [ ] had me confused for a bit.
* Rename zsh scripts .zshJune McEnroe2017-09-15
|
* Fix prune script loopJune McEnroe2017-05-01
| | | | | For loop was getting one string with several paths separated by newlines.
* Fix prune scriptJune McEnroe2017-05-01
| | | | | The for loop was overriding zsh's $path variable, causing it to not be able to find rm.
* Use zsh for shell scriptsJune McEnroe2017-01-21
|
* Simplify install scriptJune McEnroe2016-04-06
|
* Add prune scriptJune McEnroe2015-11-06