Skip to content
Snippets Groups Projects
Commit b6f2ec1e authored by lkugler's avatar lkugler
Browse files

.

parent ec82840e
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,8 @@ import builtins as __builtin__
import subprocess
def shell(cmd):
subprocess.check_output(cmd.split(' '), shell=True)
# subprocess.check_output(cmd.split(' '), shell=True)
os.system(cmd)
def print(*args):
__builtin__.print(*args, flush=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment