Commit graph

6 commits

Author SHA1 Message Date
Adam Vandenberg
1d9631c423 use test helpers 2014-08-01 07:58:10 -07:00
Mike Naberezny
3397338935 aardvark_shell_utils: add test
Closes Homebrew/homebrew#26722.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-14 18:11:42 +00:00
Adam Vandenberg
cae5649f59 style nit picks 2013-01-26 13:55:15 -08:00
Mike McQuaid
88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Yacin Nadji
67082674c4 add aardvark_shell_utils
Aardvark shell utils includes three helpful programs:

realpath(1) is an implementation of the realpath(3) function for returning the
canonicalized absolute pathname of an input path.
filebase(1) returns the base portion of a filename, that is the filename with
its extension (e.g. .txt) removed.
fileext(1) returns the extension portion of a filename (e.g. txt).

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-10 21:00:58 -08:00