1

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

2
  • Could you clarify what the context/goal is? ie do you just want three scripts run in a row? or side-by-side? Do you want them run completely in the background where no output is visible? Commented Dec 5, 2017 at 21:22
  • sounds for me to run multi command one by one which is completely duplicated question. Commented Dec 6, 2017 at 0:11

1 Answer 1

1
#!/bin/sh
python /path/to/script.py
ruby /path/to/script.rb
ruby /path/to/otherscript.rb
0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.