summaryrefslogtreecommitdiff
path: root/CopyToFDD.sh
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2009-12-20 19:39:46 +0100
committerAlexis211 <alexis211@gmail.com>2009-12-20 19:39:46 +0100
commit1d301e54da75b90172d129594265f2b629f3125a (patch)
tree1eb918a01ef7677c4328ef1d23a2538647448f0b /CopyToFDD.sh
parent13d720389a01161a327a30918ad7ac9eec4a3d6c (diff)
downloadMelon-1d301e54da75b90172d129594265f2b629f3125a.tar.gz
Melon-1d301e54da75b90172d129594265f2b629f3125a.zip
rot13, demo app for StreamApp, is working :)
Diffstat (limited to 'CopyToFDD.sh')
-rwxr-xr-xCopyToFDD.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/CopyToFDD.sh b/CopyToFDD.sh
index 5fe9508..9c5a4ed 100755
--- a/CopyToFDD.sh
+++ b/CopyToFDD.sh
@@ -5,6 +5,13 @@
# Update GRUB's menu.cfg
cp Grub-menu-fdd.cfg Mount/boot/menu.cfg
+# Cleanup old stuff
+cd Mount
+for a in `ls`; do
+ if [ $a != boot ]; then rm -rf $a; fi
+done
+cd ..
+
# Create directories
mkdir Mount/{System,Applications,Volumes}
mkdir Mount/Applications/{Shell,Demos}