Permalink
Showing
with
3 additions
and 3 deletions.
- +1 −1 bin/remove-comanage.sh
- +1 −1 bin/remove-grouper.sh
- +1 −1 bin/remove-shibboleth.sh
@@ -1,3 +1,3 @@ | ||
#!/bin/bash | ||
|
||
rm -rf $USER/VirtualBox\ VMs/comanage-appliance-centos7-xfs/ | ||
rm -rf ~/VirtualBox\ VMs/comanage-appliance-centos7-xfs/ |
@@ -1,3 +1,3 @@ | ||
#!/bin/bash | ||
|
||
rm -rf $USER/VirtualBox\ VMs/grouper-appliance-centos7-xfs/ | ||
rm -rf ~/VirtualBox\ VMs/grouper-appliance-centos7-xfs/ |
@@ -1,3 +1,3 @@ | ||
#!/bin/bash | ||
|
||
rm -rf $USER/VirtualBox\ VMs/shibboleth-appliance-centos7-xfs/ | ||
rm -rf ~/VirtualBox\ VMs/shibboleth-appliance-centos7-xfs/ |