mirror of
https://github.com/GothenburgBitFactory/taskshell.git
synced 2025-07-29 00:53:26 +02:00
libshared: Integrated
This commit is contained in:
parent
7d78b9440b
commit
22c42f9de3
27 changed files with 117 additions and 3430 deletions
|
@ -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] == '!')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue