0.2.4 • Published 10 years agoCLI
cdrepo
Licence
MIT
Version
0.2.4
Deps
0
Vulns
0
Weekly
0
cdrepo
Make a script's references safe against symlinks – with a shebang.
$ npm install -g cdrepo
$ cat `which cmd`
#!/usr/bin/env cdrepo
echo "$0"
...
$ cmd
~/bin/cmd