sh script to run multiple files in multiple languages

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












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







share|improve this question




















  • 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?
    – Jason Rush
    Dec 5 '17 at 21:22










  • sounds for me to run multi command one by one which is completely duplicated question.
    – Î±Ô‹É±Ò½Ôƒ αмєяιcαη
    Dec 6 '17 at 0:11














up vote
1
down vote

favorite












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







share|improve this question




















  • 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?
    – Jason Rush
    Dec 5 '17 at 21:22










  • sounds for me to run multi command one by one which is completely duplicated question.
    – Î±Ô‹É±Ò½Ôƒ αмєяιcαη
    Dec 6 '17 at 0:11












up vote
1
down vote

favorite









up vote
1
down vote

favorite











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







share|improve this question












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









share|improve this question











share|improve this question




share|improve this question










asked Dec 5 '17 at 21:18









ADI

82




82











  • 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?
    – Jason Rush
    Dec 5 '17 at 21:22










  • sounds for me to run multi command one by one which is completely duplicated question.
    – Î±Ô‹É±Ò½Ôƒ αмєяιcαη
    Dec 6 '17 at 0:11
















  • 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?
    – Jason Rush
    Dec 5 '17 at 21:22










  • sounds for me to run multi command one by one which is completely duplicated question.
    – Î±Ô‹É±Ò½Ôƒ αмєяιcαη
    Dec 6 '17 at 0:11















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?
– Jason Rush
Dec 5 '17 at 21:22




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?
– Jason Rush
Dec 5 '17 at 21:22












sounds for me to run multi command one by one which is completely duplicated question.
– Î±Ô‹É±Ò½Ôƒ αмєяιcαη
Dec 6 '17 at 0:11




sounds for me to run multi command one by one which is completely duplicated question.
– Î±Ô‹É±Ò½Ôƒ αмєяιcαη
Dec 6 '17 at 0:11










1 Answer
1






active

oldest

votes

















up vote
1
down vote



accepted










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





share|improve this answer




















  • Oh it's that simple! Thank you so much!
    – ADI
    Dec 7 '17 at 22:13










Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f409039%2fsh-script-to-run-multiple-files-in-multiple-languages%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
1
down vote



accepted










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





share|improve this answer




















  • Oh it's that simple! Thank you so much!
    – ADI
    Dec 7 '17 at 22:13














up vote
1
down vote



accepted










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





share|improve this answer




















  • Oh it's that simple! Thank you so much!
    – ADI
    Dec 7 '17 at 22:13












up vote
1
down vote



accepted







up vote
1
down vote



accepted






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





share|improve this answer












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






share|improve this answer












share|improve this answer



share|improve this answer










answered Dec 5 '17 at 22:00









DopeGhoti

40.6k54979




40.6k54979











  • Oh it's that simple! Thank you so much!
    – ADI
    Dec 7 '17 at 22:13
















  • Oh it's that simple! Thank you so much!
    – ADI
    Dec 7 '17 at 22:13















Oh it's that simple! Thank you so much!
– ADI
Dec 7 '17 at 22:13




Oh it's that simple! Thank you so much!
– ADI
Dec 7 '17 at 22:13

















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f409039%2fsh-script-to-run-multiple-files-in-multiple-languages%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay