2017-08-06 23:26:51 +00:00
|
|
|
#include "Sproc.h"
|
|
|
|
|
2017-12-01 06:13:30 +00:00
|
|
|
|
|
|
|
|
|
|
|
int Sproc::execute( std::string input )
|
2017-08-06 23:26:51 +00:00
|
|
|
{
|
2017-12-01 06:13:30 +00:00
|
|
|
std::cout << std::endl << "made it to subprocess execution but not implemented yet" << std::endl << std::endl;
|
|
|
|
return EXIT_SUCCESS;
|
2017-08-06 23:26:51 +00:00
|
|
|
|
|
|
|
}
|