Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2010-08-01 03:14:11 +0400
committerMarek Safar <marek.safar@gmail.com>2010-08-01 13:22:01 +0400
commitbb57c7a7aba75d8a46d149efc0059a4c8d49fbca (patch)
tree92ce671e80b9e9079549795dea150b2b67108ffe /mcs/class/dlr
parent93a12ba4e6fa479ff371c957f8387b271f052b40 (diff)
Add my old sync script
Diffstat (limited to 'mcs/class/dlr')
-rwxr-xr-xmcs/class/dlr/sync.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/dlr/sync.sh b/mcs/class/dlr/sync.sh
new file mode 100755
index 00000000000..fe3554f2e7a
--- /dev/null
+++ b/mcs/class/dlr/sync.sh
@@ -0,0 +1,2 @@
+rsync -r /home/marek/svn/dlr/svn/DLR_Main/Src/Runtime/Microsoft.Dynamic/ Runtime/Microsoft.Dynamic --exclude=".*/" --exclude="*.snk"
+rsync -r /home/marek/svn/dlr/svn/DLR_Main/Src/Runtime/Microsoft.Scripting.Core/ Runtime/Microsoft.Scripting.Core --exclude=".*/" --exclude="*.snk"