I'm trying to use python to automate some admin scripts. For example:
wget --output-document=- https://www.monetdb.org/downloads/MonetDB-GPG-KEY | sudo apt-key add -
I tried:
subprocess.call
But it has an error with the '|' arg
I'm trying to use python to automate some admin scripts. For example:
wget --output-document=- https://www.monetdb.org/downloads/MonetDB-GPG-KEY | sudo apt-key add -
I tried:
subprocess.call
But it has an error with the '|' arg