mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
19 lines
303 B
Text
19 lines
303 B
Text
description "BAZAAR : Execution of external commands gathering output - Author : Massimo Del Fedele - EMail : max@veneto.com\377";
|
|
|
|
uses
|
|
Core;
|
|
|
|
library(LINUX) util;
|
|
|
|
file
|
|
SysInfo.h,
|
|
SysInfo.cpp,
|
|
ArgEnv.h,
|
|
ArgEnv.cpp,
|
|
SudoLib.h,
|
|
SudoLib.cpp,
|
|
ShellLib.h,
|
|
ShellLib.cpp,
|
|
SysExec.h,
|
|
SysExec.cpp;
|
|
|