質問編集履歴
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
下のような行間を挟んだ長いshellコマンド(run.sh)があります。
|
2
2
|
|
3
|
-
これをpythonの
|
3
|
+
これをpythonの[subprocess](https://docs.python.org/ja/3/library/subprocess.html)で実行したいのですが、行間があるためうまく```subprocess```の中に組み込めません。
|
4
4
|
|
5
5
|
**run.sh**
|
6
6
|
```zsh
|