diff --git a/build.cmd b/build.cmd new file mode 100644 index 0000000..32d7609 --- /dev/null +++ b/build.cmd @@ -0,0 +1,4 @@ +#!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