1 Importer addSearchPath("build")
3 Directory fileNamedOrNil
:= method(path
,
8 Directory setCurrentWorkingDirectory(launchPath
)
10 project
:= Project
clone
11 args
:= System args
clone
12 if(args
at(1) == "-a") then(
13 project
buildAddon(args
at(2))
14 ) elseif (args
at(1)) then(
15 project
clone doString(args
at(1))