BuildScript/scripts/TouchinBuild/Tests/ManualTests/run_sh_command.py

8 lines
192 B
Python

from commands.ShCommand import ShTextCommand
calendarCommand = ShTextCommand('cal 12 2013')
calendarCommand.execute()
touchCommand = ShTextCommand('touch ../tmp.txt')
touchCommand.execute()