~billy-olsen/+junk/virt-maas-deploy

« back to all changes in this revision

Viewing changes to clean.sh

  • Committer: Billy Olsen
  • Date: 2015-04-28 12:04:41 UTC
  • Revision ID: billy.olsen@canonical.com-20150428120441-rz96ricfdc2f799z
Some updates to README and mild refactoring

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
 
3
for i in disk.img disk.img.orig domain.xml maas-cloud-seed.img; do
 
4
    rm $i
 
5
done