add library inputs as a source, and get minimal test to work

This commit is contained in:
erik-krogh
2023-02-01 10:32:02 +01:00
parent 7fcc548665
commit 47a06d2824
11 changed files with 97 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
import os
import subprocess
def unsafe_shell_one(name):
os.system("ping " + name) # $result=BAD