diff --git a/README.md b/README.md index 15a062f..ca5dde9 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,5 @@ Scripts I use on my 9front install. * chatstart: mounts the 9gridchan chat. * mdlink: Inserts a markdown link (see [this page](https://itwont.work/vimwiki-acme.html)) -* wg: searches for markdown files (see [this page](https://itwont.work/vimwiki-acme.html)) \ No newline at end of file +* wg: searches for markdown files (see [this page](https://itwont.work/vimwiki-acme.html)) +* tidal/*: Scripts for working with tidalcycles. \ No newline at end of file diff --git a/tidal/hush b/tidal/hush new file mode 100755 index 0000000..5799c49 --- /dev/null +++ b/tidal/hush @@ -0,0 +1,2 @@ +#!/bin/rc +echo 'hush' | tidal/send diff --git a/tidal/send b/tidal/send new file mode 100755 index 0000000..da410a2 --- /dev/null +++ b/tidal/send @@ -0,0 +1,4 @@ +#!/bin/rc +i = `{cat} +repl = `{awk '/.*-os.*/ {print $1}' /mnt/acme/index} +echo $i > /mnt/acme/$repl/body diff --git a/tidal/start b/tidal/start new file mode 100755 index 0000000..fe720ed --- /dev/null +++ b/tidal/start @@ -0,0 +1,3 @@ +#!/bin/rc +# Tidal.ghci is the one from the vim plugin: https://github.com/tidalcycles/vim-tidal/blob/master/Tidal.ghci +win /bin/os ghci -ghci-script /home/nico/Music/production/tidal/Tidal.ghci