summaryrefslogtreecommitdiff
path: root/mk/scripts/shell-lib
AgeCommit message (Collapse)AuthorFilesLines
2006-10-22Removed setargs_from_cmd, as it is unused.rillig1-12/+1
2005-08-24Added a code snippet that demonstrates how to set the $@ array to therillig1-1/+12
lines printed by a shell command. In contrast to the read(1) shell utility, there are no problems when the output contains backslashes.
2004-09-21Add a lock_file function that generates lockfiles that are usable onjlam1-1/+57
NFS-mounted directories.
2004-09-06Add a library of useful shell functions. There are functions forjlam1-0/+329
logging, backslash quoting, and two queue implementations: one entirely in memory and one using a file.