mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-21 20:18:06 +02:00
6 lines
171 B
Python
6 lines
171 B
Python
# Fixture: spec derived via FromRuleNamespace (AST pattern `py.cmdi.os_system`
|
|
# without a taint flow).
|
|
import os
|
|
|
|
def run_user_command(user_arg):
|
|
os.system(user_arg)
|