Is it possible to have an sh script that would run a python file, run a command ruby file and run a ruby sonicPI file? What would this look like?
Thank you! Adi
Is it possible to have an sh script that would run a python file, run a command ruby file and run a ruby sonicPI file? What would this look like?
Thank you! Adi
#!/bin/sh
python /path/to/script.py
ruby /path/to/script.rb
ruby /path/to/otherscript.rb