0.1.1 • Published 10 years ago

scipm.exec v0.1.1

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
10 years ago

scipm.exec

scipm.exec is a scipm package

install

cd myScipmProject
npm install scipm.exec --save
scipm build
# restart SciTE

why

If WIN then os.execute() flashing black box. scipm_exec use scitedebug spawner-ex.

usage

local resultExec = scipm.exec("echo helloWorld")
if resultExec.code == 0 then
    print(resultExec.content)
end

dll et so

see file lib/README.md

0.1.1

10 years ago

0.1.0

10 years ago