Answer the question
In order to leave comments, you need to log in
Cross platform batch file/shell script
I want to implement several subjects, since both windows and linux programmers work in the project, and scripts must be universal (copying files, downloading from links, commits in svn and something like that, I would like to scatter comments in the script) .
I already tried to make update_lang_from_site.bat file like this:
#!/bin/sh
svn up
wget -t1 http://flylinkdc.googlecode.com/svn/trunk/compiled/Lang/uk-UA.xml --output-document=uk-UA.xml
svn commit -m"* [lang] auto commit from localization system..."
Answer the question
In order to leave comments, you need to log in
Don't specify an interpreter? This is optional, in principle, if not specified, the default one will work.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question