blob: 5a0f21181e757ffc31b0c41d17b2cdbd8cd63a20 [file] [log] [blame]
#! python
from buildcmd import BuildCmd
class DirCmd(BuildCmd):
def __init__(self):
BuildCmd.__init__(self)
def getCommand(self):
return "dir"