Mercurial > hg > config
view bin/example/script-path.sh @ 892:3387af3524dd
i3locker
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 01 Jun 2021 09:17:27 -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)"