Skip to content

Commit

Permalink
twiddle run script
Browse files Browse the repository at this point in the history
so that it does not ignore data-lib
  • Loading branch information
namin committed Apr 3, 2016
1 parent 3270760 commit 27a38e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .io.livecode.ch/run
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -e

mechanics-shell --load $2 <$1 | tail -n +12
cat $2 $1 >out.scm
mechanics-shell --load init.scm <out.scm | tail -n +12
5 changes: 5 additions & 0 deletions init.scm
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(load "env.scm")
(load "stream.scm")
(define scheme-apply apply)
(load "black.scm")
(black)

0 comments on commit 27a38e0

Please sign in to comment.