OSDN Git Service

Add: PIONE-Package tutorial v2.0.2p0060
authorkinoshita-eos <kinoshita@yasunaga-lab.bio.kyutech.ac.jp>
Wed, 19 Nov 2014 02:01:07 +0000 (11:01 +0900)
committerkinoshita-eos <kinoshita@yasunaga-lab.bio.kyutech.ac.jp>
Wed, 19 Nov 2014 02:01:07 +0000 (11:01 +0900)
new file:   SampleCode/PIONE/Package1/HelloWorld.pione
new file:   SampleCode/PIONE/Package2/HelloWorld.pione

SampleCode/PIONE/Package1/HelloWorld.pione [new file with mode: 0644]
SampleCode/PIONE/Package2/HelloWorld.pione [new file with mode: 0644]

diff --git a/SampleCode/PIONE/Package1/HelloWorld.pione b/SampleCode/PIONE/Package1/HelloWorld.pione
new file mode 100644 (file)
index 0000000..1af07aa
--- /dev/null
@@ -0,0 +1,8 @@
+.@ PackageName :: "HelloWorld"
+
+Rule Main
+       output 'message.txt'
+
+Action
+       echo "Hello PIONE world !" > message.txt
+End
\ No newline at end of file
diff --git a/SampleCode/PIONE/Package2/HelloWorld.pione b/SampleCode/PIONE/Package2/HelloWorld.pione
new file mode 100644 (file)
index 0000000..4e61035
--- /dev/null
@@ -0,0 +1,10 @@
+.@ PackageName :: "HelloWorld"
+.@ Editor              :: "Kinoshita"
+.@ Tag                 :: "v0.0.1"
+
+Rule Main
+       output 'message.txt'
+
+Action
+       echo "Hello PIONE world !" > message.txt
+End
\ No newline at end of file