Добавил возможность запускать sh комманду из скрипта
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from commands.ShCommand import ShCommand
|
||||
|
||||
calendarCommand = ShCommand('cal 12 2013')
|
||||
calendarCommand.execute()
|
||||
|
||||
touchCommand = ShCommand('touch ../tmp.txt')
|
||||
touchCommand.execute()
|
||||
Reference in New Issue
Block a user