Skip to content

Conversion process phase: create conversion trigger

timrdf edited this page Feb 19, 2011 · 30 revisions

[up](Conversion process phases)

What's first?

How do I create my conversion trigger?

Create your conversion trigger by going into one of your conversion cockpits:

bash-3-2$ cd ~/Desktop/source/rpi-edu-lebot/exercise-jogging-statistics/version/2011-Jan-24
bash-3-2$ ls
source/
manual/

Then create the conversion trigger (-w stands for write to disk):

bash-3-2$ cr-create-convert-sh.sh -w source/*.csv

And see the new convert-*.sh shell script:

bash-3-2$ ls
source/
manual/
convert-exercise-jogging-statistics.sh

Itching to pull it? Check out the next phase.

What's next?

Clone this wiki locally