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