Skip to content

cortex-engine/linc_subprocess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

linc_subprocess

Haxe/hxcpp&cppia @:native binding for https://github.com/sheredom/subprocess.h

import subprocess.Subprocess;
// ...
final cmdline = ['ls', '-la'];
final result:{exitCode:Int, output:String} = Subprocess.run(cmdline);
trace(result.output);

This is a linc library.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors