echo"\t run : run [type] located at [path] (they must be provided)";
echo"\t run <type> <path> [program] [interactive=no]: run type (script) located at path inside the container";
echo"\t if a path is provided as [program], it is first copied to the container, then the script is executed";
echo"\t this script then expects a \"test\" file to exist inside the container, and will launch it with or without gdb depending on the interactive option (no/yes)";
echo"\t\t type : script or (test (TODO))";
echo"\t\t type : script or (test (TODO))";
echo"\t\t path : path to script (or test name (TODO))";
echo"\t\t path : path to script (or test name (TODO))";
echo"\t TODO gdb interactive guest_script/host_script";
echo"\t TODO gdb interactive guest_script/host_script";