Mercurial > hg > config
view bin/example/script-path.sh @ 798:720e51cb0edb
i dont use mozilla pastebin anymore
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Fri, 28 Oct 2016 10:45:46 -0700 |
| parents | 3da85ac3c54f |
| children |
line wrap: on
line source
#!/bin/bash # echoes path to this script (example) echo "argv[0]: $0" path=`readlink -f $0` echo "path: ${path}" echo "basename: $(basename $0)"
