From 51bb17e9d13796c83b3a6e96f71f38263f6b7b4f Mon Sep 17 00:00:00 2001 From: gretchen Date: Sun, 17 Nov 2019 19:40:36 -0800 Subject: Get a lua or sc shell on a norns. --- README.org | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.org (limited to 'README.org') diff --git a/README.org b/README.org new file mode 100644 index 0000000..19f8786 --- /dev/null +++ b/README.org @@ -0,0 +1,14 @@ +* norns shell + +Get a lua shell or supercollider shell on a norns from the command-line, similar to the shell in the maiden interface. + +Requires nanomsg. + +#+BEGIN_SRC sh +# get a lua shell +./norns_shell +./norns_shell ws://norns.local:5555 +# get a supercollider shell +./norns_shell ws://norns.local:5556 +#+END_SRC + -- cgit v1.2.1