From: John Tsiombikas Date: Wed, 31 Aug 2016 00:28:13 +0000 (+0300) Subject: fixed mklibs.bat unix line endings, and added pull.bat X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=commitdiff_plain;h=2b2739257cec965c71e7c737ccb4ac9d77267ca6 fixed mklibs.bat unix line endings, and added pull.bat --- diff --git a/mklibs.bat b/mklibs.bat index 7a1ad1c..72b4d8d 100644 --- a/mklibs.bat +++ b/mklibs.bat @@ -1,3 +1,3 @@ -cd libs\imago -wmake %1 %2 %3 %4 %5 %6 %7 %8 -cd ..\.. +cd libs\imago +wmake %1 %2 %3 %4 %5 %6 %7 %8 +cd ..\.. diff --git a/pull.bat b/pull.bat new file mode 100644 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 +scp2dos -r -g -i c:\prog\ssh2dos\doskey nuclear@192.168.0.4:code/demoscene/dosdemo/dd.zip . +unzip32 -o dd.zip +del dd.zip