SG-iCalendar/build.cmd

5 wiersze
319 B
Batchfile
Czysty Zwykły widok Historia

2010-10-29 01:07:06 +00:00
#!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