fixed mklibs.bat unix line endings, and added pull.bat
authorJohn Tsiombikas <nuclear@mutantstargoat.com>
Wed, 31 Aug 2016 00:28:13 +0000 (03:28 +0300)
committerJohn Tsiombikas <nuclear@mutantstargoat.com>
Wed, 31 Aug 2016 00:28:13 +0000 (03:28 +0300)
mklibs.bat
pull.bat [new file with mode: 0644]

index 7a1ad1c..72b4d8d 100644 (file)
@@ -1,3 +1,3 @@
-cd libs\imago
-wmake %1 %2 %3 %4 %5 %6 %7 %8
-cd ..\..
+cd libs\imago\r
+wmake %1 %2 %3 %4 %5 %6 %7 %8\r
+cd ..\..\r
diff --git a/pull.bat b/pull.bat
new file mode 100644 (file)
index 0000000..96498c0
--- /dev/null
+++ b/pull.bat
@@ -0,0 +1,4 @@
+ssh2dos -g -i c:\prog\ssh2dos\doskey -S -B nuclear 192.168.0.4 cd code/demoscene/dosdemo && git archive -o dd.zip master\r
+scp2dos -r -g -i c:\prog\ssh2dos\doskey nuclear@192.168.0.4:code/demoscene/dosdemo/dd.zip .\r
+unzip32 -o dd.zip\r
+del dd.zip\r