cleaning up config files
[sfa.git] / cmdline / testSfiDelegate.sh
1 #!/bin/bash
2
3 export PATH=$PATH:/etc/geni
4 source config_sfi
5 CWD=$(pwd)
6
7 rm -f saved_record.*
8
9 python $(CWD)/sfi.py show $SFI_USER
10 python $(CWD)/sfi.py delegate --user plc.arizona.gackscentral
11
12 #rm -f saved_record.*