Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matsumotory/realpath_safe
https://github.com/matsumotory/realpath_safe
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matsumotory/realpath_safe
- Owner: matsumotory
- Created: 2016-03-02T08:47:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-02T09:07:58.000Z (almost 9 years ago)
- Last Synced: 2024-10-18T18:19:16.262Z (3 months ago)
- Language: C
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# realpath_safe
```
$ gcc main.c -o realpath_safe
``````
$ realpath_safe .
/Users/matsumoto_r/DEV/realpath_safe
```