iveney/realpath-osx
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
A minimal implementation of `realpath', which is included in most UNIX distributions but not Mac OS X. To install: $ make && sudo make install To install with CMake: $ cmake . $ make && sudo make install