Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-09 | Sorting functions alphabetically. | Antonio Terceiro | |
2011-03-09 | Replacing file checking with ls by function calls | Antonio Terceiro | |
Instead of repeatedly doing "ls ... > /dev/null 2>&1", just use a function that does exactly that. | |||
2011-03-09 | Add In_list function to extract various bits of code that did (or should ↵ | Chris Lamb | |
have done) the same job. | |||
2011-03-09 | Updating copyright years to 2008. | Daniel Baumann | |
2011-03-09 | Using shell redirection to truncate rather than additional ↵ | Daniel Baumann | |
commands/forks/files, thanks to Justin Pryzby <jpryzby@quoininc.com>. |