Upload files to 'bin'

This commit is contained in:
JaydenMW 2021-04-01 22:01:48 +00:00
parent 1e82fdbd03
commit a1f3a7c9a8
1 changed files with 7 additions and 0 deletions

7
bin/oscmd.py Normal file
View File

@ -0,0 +1,7 @@
import os
def oscmd(ARGS):
os.system(ARGS)