1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
cd "C:\"
mkdir phpdoc
cd phpdoc
mkdir logs
git clone https://github.com/php/doc-base.git doc-base
git clone https://github.com/php/doc-en.git en
git clone https://github.com/php/doc-de.git de
git clone https://github.com/php/doc-es.git es
git clone https://github.com/php/doc-fr.git fr
git clone https://github.com/php/doc-it.git it
git clone https://github.com/php/doc-ja.git ja
git clone https://github.com/php/doc-pt_br.git pt_BR
git clone https://github.com/php/doc-ro.git ro
git clone https://github.com/php/doc-ru.git ru
git clone https://github.com/php/doc-tr.git tr
git clone https://github.com/php/doc-zh.git zh
mkdir "C:\Dropbox\Dropbox\Public\chm"
mkdir "C:\Software\"
|