variable for build output

master
Tanguy Pruvot 2010-10-29 04:49:18 +02:00
rodzic 5b5012f71d
commit 3181917e2c
1 zmienionych plików z 5 dodań i 4 usunięć

Wyświetl plik

@ -1,4 +1,5 @@
#!cmd.exe
cat SG_iCal.php | grep -v "BUILD: Remove line" > sgical.php
DIR /B /S helpers | grep SG_iCal | grep -v svn | sed -e "s/\\/\//g" | xargs cat | grep -v "BUILD: Remove line" >> sgical.php
DIR /B /S blocks | grep SG_iCal | grep -v svn | sed -e "s/\\/\//g" | xargs cat | grep -v "BUILD: Remove line" >> sgical.php
@SET OUTPUT=.\sgical.php
cat SG_iCal.php | grep -v "BUILD: Remove line" > %OUTPUT%
DIR /B /S helpers | grep SG_iCal | grep -v svn | sed -e "s/\\/\//g" | xargs cat | grep -v "BUILD: Remove line" >> %OUTPUT%
DIR /B /S blocks | grep SG_iCal | grep -v svn | sed -e "s/\\/\//g" | xargs cat | grep -v "BUILD: Remove line" >> %OUTPUT%