source:
examples/attr_tests/show.sh
@
c00fcc3
Last change on this file since c00fcc3 was c00fcc3, checked in by , 12 years ago | |
---|---|
|
|
File size: 184 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | pwd=`pwd` |
4 | eloc=`which creddy | sed 's/\/creddy//'` |
5 | if [ "$eloc" = "" ]; then |
6 | echo "ERROR: creddy is not in the search path!!!" |
7 | exit 1 |
8 | fi |
9 | |
10 | $eloc/creddy --roles --cert $1 |
Note: See TracBrowser
for help on using the repository browser.