diff options
| author | AShifter <[email protected]> | 2017-11-21 15:12:50 -0700 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-11-21 15:12:55 -0700 |
| commit | 8ec044f8c9cab43ac10c86ce605264e351f3e237 (patch) | |
| tree | e73e1abd121f3d944e3bd0953404a4c25987f754 /ShiftOS.Main/ShiftOS.Main.csproj | |
| parent | 2950e4546a0aad1036a7e655c41d170e6dd7ef12 (diff) | |
| download | shiftos-rewind-8ec044f8c9cab43ac10c86ce605264e351f3e237.tar.gz shiftos-rewind-8ec044f8c9cab43ac10c86ce605264e351f3e237.tar.bz2 shiftos-rewind-8ec044f8c9cab43ac10c86ce605264e351f3e237.zip | |
Improved help and added SFTP
let's see if this works
Diffstat (limited to 'ShiftOS.Main/ShiftOS.Main.csproj')
| -rw-r--r-- | ShiftOS.Main/ShiftOS.Main.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.Main/ShiftOS.Main.csproj b/ShiftOS.Main/ShiftOS.Main.csproj index caedf3b..8b47e6a 100644 --- a/ShiftOS.Main/ShiftOS.Main.csproj +++ b/ShiftOS.Main/ShiftOS.Main.csproj @@ -101,6 +101,7 @@ </Compile> <Compile Include="Terminal\Commands\Hello.cs" /> <Compile Include="Terminal\Commands\Help.cs" /> + <Compile Include="Terminal\Commands\sftp.cs" /> <Compile Include="Terminal\Commands\TestStory.cs" /> <Compile Include="Terminal\TerminalBackend.cs" /> <Compile Include="Terminal\TerminalCommand.cs" /> |
