tidal stuff
parent
ddfa1b752b
commit
09edc7efae
@ -0,0 +1,2 @@
|
||||
#!/bin/rc
|
||||
echo 'hush' | tidal/send
|
@ -0,0 +1,4 @@
|
||||
#!/bin/rc
|
||||
i = `{cat}
|
||||
repl = `{awk '/.*-os.*/ {print $1}' /mnt/acme/index}
|
||||
echo $i > /mnt/acme/$repl/body
|
@ -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
|
Reference in New Issue