source: examples/attr_tests/show.sh @ c00fcc3

abac0-leakabac0-meimei-idmei-rt0-nmei_rt0tvf-new-xml
Last change on this file since c00fcc3 was c00fcc3, checked in by Mei <mei@…>, 11 years ago

1) add attribute tests
2) edit some doc

  • Property mode set to 100755
File size: 184 bytes
Line 
1#!/bin/sh
2
3pwd=`pwd`
4eloc=`which creddy | sed 's/\/creddy//'`
5if [ "$eloc" = "" ]; then
6  echo "ERROR: creddy is not in the search path!!!"
7  exit 1
8fi
9
10$eloc/creddy --roles --cert $1
Note: See TracBrowser for help on using the repository browser.