aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/aardvark_shell_utils.rb
AgeCommit message (Collapse)Author
2014-02-14aardvark_shell_utils: add testMike Naberezny
Closes #26722. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-01-26style nit picksAdam Vandenberg
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-03-10add aardvark_shell_utilsYacin Nadji
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>