3. experipy.system - System tools in the grammar

This module provides a number of system and shell tools for helping to specify common tasks within the experipy grammar.

experipy.system.cd(dirname)
experipy.system.cp(target, dest, opts=[])
experipy.system.mkdir(dirname, make_parents=False)
experipy.system.mkfifo(pipename)
experipy.system.rm(*files)
experipy.system.wait()
experipy.system.python_script(script, sopts=[], pythonexe='python', **kwargs)
experipy.system.java_app(jarfile, popts=[], javaexe='java', jopts=[], **kwargs)