Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 199 Bytes

Readme.md

File metadata and controls

10 lines (8 loc) · 199 Bytes

Wren (http://wren.io/) in Docker

docker run -it ajpaulson/wren

If you want to run a locally created Wren file:

docker run -it -v "$PWD":/tmp -w /tmp ajpaulson/wren some_file.wren