From abd29e2cdfe83160869631a0f391d428bbe11210 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 26 Oct 2023 15:49:19 +0200 Subject: Minor changes --- clusterman/commands/plugins.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 clusterman/commands/plugins.py (limited to 'clusterman/commands/plugins.py') diff --git a/clusterman/commands/plugins.py b/clusterman/commands/plugins.py new file mode 100644 index 0000000..caed02a --- /dev/null +++ b/clusterman/commands/plugins.py @@ -0,0 +1,7 @@ +import os +from clusterman.config import CONF + + +def execute(name,args): + executable=CONF["plugins"][name] + os.system(executable+" "+" ".join(args)) -- cgit v1.2.3