Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
UNIX「Hello.sh」からPythonスクリプトを呼び出しています
echo "Executing python script" java weblogic.WLST weblogic_generate.py $myh $myp echo "Completed Execution"
しかし、Pythonスクリプトを実行した後、コントロールはUNIXに戻らず、echo「CompletedExecution」は出力されません。どうすればそれを機能させることができますか?
追加
sleep 3
最後の行なので、表示後3秒待ちますCompleted Execution
Completed Execution