Thank you David! And what about && ^ symbol? I use it not to write all code 
on one line. I can use it on mac too?

среда, 19 октября 2016 г., 21:19:13 UTC+3 пользователь David Szego написал:
>
> Bash shell, like Linux.
> http://www.computerhope.com/unix/ucp.htm
> http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO-2.html
>
> filename is whatever.sh
> Has to start with:
> #!/bin/bash
> on the first line, by itself.
>
> "copy" is "cp"
> /s = -R
> /D = -u (couldn't find /d lowercase... did you mean /D uppercase?)
> /e, /C, /Y = not needed
> /i = couldn't find what it means...
>
>
>
>>
>> tiddlywiki --verbose  --load heeg.html --rendertiddlers 
>> [!is[system]![index]] $:/core/templates/static.tiddler.html ./static 
>> text/plain  --rendertiddler $:/_sitemap static/sitemap.xml 
>> text/vnd.tiddlywiki  --rendertiddler $:/theeg.template.css 
>>  static/static.css text/vnd.tiddlywiki --rendertiddler 
>> $:/_aa.giff/StyleSheetAnimate  static/animate.css text/vnd.tiddlywiki 
>> --rendertiddler $:/boot/Yandex_Metrika_Counter.js   
>>  static/Yandex_Metrika_Counter.js text/plain --rendertiddler 
>> $:/boot/bootprefix1.js   static/heeg.js text/plain  --setfield 
>> [[$:/HistoryList]] current-tiddler $:/_index text/vnd.tiddlywiki --output 
>> ./temp --rendertiddlers [[index]] $:/core/templates/static.tiddler.html 
>> ./static text/plain .html "noclean"  && ^
>> xcopy images output\static\images /s /e /C /Y /d /i && ^
>> xcopy fonts output\static\fonts /s /e /C /Y /d /i && ^
>> copy heeg.html output\static\ && ^
>> copy .\temp\static\index.html output\static\ && ^
>> copy .htaccess output\static\ && ^
>> copy favicon.ico output\static\ 
>>
>>
>> But people who have Mac Os X cant use my bat file to generate site.  may 
>> be somebody know how to create somethink like bat file but for Mac?
>>
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/aa559fe6-bcf4-4806-9dbd-5a6a3ec83a39%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to