Bonjour...
j'ai fait un script python et je l'exécute avec un autre script shell
est ce que c'est possible d'introduire le python monpython.py dans un un seul script shell ou bash.
script shell:
#!/bin/bash
#@mino60
python /tmp/monpython.py &
exit 0
monpython.py:
h ttps://pastebin.com/nFrRjtqG
h ttps://i.postimg.cc/SsWC0ZhT/screenshot-927.png