forked from kenkeiras/org-rw
586 B
586 B
04-Code
First Item
echo "This is a test"
exit 0 # Exit successfully
This is a test
Second item
echo "This is another test"
exit 0 # Comment
This is another test