libshared: Integrated

This commit is contained in:
Paul Beckingham 2016-09-02 18:10:54 -04:00
parent 7d78b9440b
commit 22c42f9de3
27 changed files with 117 additions and 3430 deletions

View file

@ -28,13 +28,12 @@
#include <vector>
#include <string>
#include <stdlib.h>
#include <text.h>
#include <shared.h>
////////////////////////////////////////////////////////////////////////////////
int cmdShell (const std::vector <std::string>& args)
{
std::string combined;
join (combined, " ", args);
auto combined = join (" ", args);
// Support '!ls' as well as '! ls'.
if (combined[0] == '!')