git://git.onelab.eu
/
sfa.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add functions to sign and verify strings using a key
[sfa.git]
/
cmdline
/
testSfi.sh
1
#!/bin/bash
2
3
source configSfi.sh
4
5
rm -f saved_record.*
6
7
python ./sfi.py show -o saved_record.$SFI_USER $SFI_USER
8
python ./sfi.py list -o saved_record.$SFI_AUTH $SFI_AUTH
9
10
#rm -f saved_record.*