Home | History | Annotate | Download | only in server

Lines Matching refs:commands

333         commands = []
337 commands.append("mkdir -p '%s'" % abs_path)
338 commands.append("touch '%s'/__init__.py" % abs_path)
339 host.run(';'.join(commands))