summaryrefslogtreecommitdiff
path: root/copySource
diff options
context:
space:
mode:
Diffstat (limited to 'copySource')
-rw-r--r--copySource7
1 files changed, 7 insertions, 0 deletions
diff --git a/copySource b/copySource
new file mode 100644
index 00000000..f59c1791
--- /dev/null
+++ b/copySource
@@ -0,0 +1,7 @@
+cp /cdrom/Backup/* . -r
+chmod -R 0755 .
+touch *
+touch ui/*
+touch shared/*
+touch library/*
+touch RealtimeSync/*
bgstack15