add py/shell-command-constructed-from-input, but without a source.

It's a very direct port from Ruby, with only minor adjustments to fit the Python APIs
This commit is contained in:
erik-krogh
2023-01-31 14:51:38 +01:00
parent 187cfd7be7
commit 7fcc548665
6 changed files with 301 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
import subprocess
def download (path):
subprocess.run(["wget", path]) # OK