kopia lustrzana https://github.com/friendica/SG-iCalendar
variable for build output
rodzic
5b5012f71d
commit
3181917e2c
|
@ -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%
|
||||
|
|
Ładowanie…
Reference in New Issue