diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:05:53 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:05:53 +0200 |
commit | 618dfb51d93898632830f1b87443d3f748780871 (patch) | |
tree | bac520a2e261154f8d35b0cb8aa345f5ab373811 /copySource | |
parent | 3.4 (diff) | |
download | FreeFileSync-618dfb51d93898632830f1b87443d3f748780871.tar.gz FreeFileSync-618dfb51d93898632830f1b87443d3f748780871.tar.bz2 FreeFileSync-618dfb51d93898632830f1b87443d3f748780871.zip |
3.5
Diffstat (limited to 'copySource')
-rw-r--r-- | copySource | 7 |
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/* |