16 lines
500 B
Plaintext
16 lines
500 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
cd "/Users/maja/Documents/Gravitacija Perspektive/G-P senzor/gravitacija-perspektive-senzor/wavey-wind"
|
||
|
|
||
|
osascript -e 'tell app "Terminal" to do script "sleep 3 && cd \"/Users/maja/Documents/Gravitacija Perspektive/G-P senzor/gravitacija-perspektive-senzor/gravitacija-perspektive\" && node danijela.js localhost"' &
|
||
|
|
||
|
|
||
|
node server.js /dev/tty.usbserial-02QAJA24
|
||
|
|
||
|
//cd webmidi
|
||
|
//python3 -m http.server 4000 &
|
||
|
//open -a firefox http://localhost:4000
|
||
|
//cd ..
|
||
|
|
||
|
//node danijela.js localhost
|