Initial commit

This commit is contained in:
2022-03-18 12:53:39 +01:00
commit 9ab4b12829
2 changed files with 235 additions and 0 deletions

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# readlink
Replicate `readlink -f` as bash script using mainly dependencies available on most bash 3 platforms.