Added command to list filesystem contents.

This commit is contained in:
2016-07-22 02:18:29 +01:00
parent f47947f09a
commit 2454f68f36
4 changed files with 343 additions and 1 deletions

View File

@@ -66,6 +66,7 @@
<Compile Include="Commands\Statistics.cs" />
<Compile Include="Core\IBGLog.cs" />
<Compile Include="Core\MHDDLog.cs" />
<Compile Include="Commands\Ls.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>