Skip to content

Commit 1755fc6

Browse files
committed
Added helpful example building scripts.
1 parent df99d29 commit 1755fc6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scripts/build-examples

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
for i in `ls examples/*.hs`; do echo $i;dist/build/fay/fay --autorun $i; done

scripts/open-examples

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
for i in `ls examples/*.html`; do gnome-open $i; done

0 commit comments

Comments
 (0)