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

8 lines
196 B
Python

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