Commit Graph

2 Commits (15c25af8c0939687c7b99a835f3737664cc1376d)

Author SHA1 Message Date
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