From a1f3a7c9a85ca2d5fc276be50e99c135528a47c4 Mon Sep 17 00:00:00 2001 From: JaydenMW Date: Thu, 1 Apr 2021 22:01:48 +0000 Subject: [PATCH] Upload files to 'bin' --- bin/oscmd.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bin/oscmd.py diff --git a/bin/oscmd.py b/bin/oscmd.py new file mode 100644 index 0000000..524aee0 --- /dev/null +++ b/bin/oscmd.py @@ -0,0 +1,7 @@ +import os + +def oscmd(ARGS): + os.system(ARGS) + + +