/filesystem_manager

A filesystem manager

Primary LanguageC++

Filesystem Manager

Build Status

A C++ app which manages a filesystem (under linux and bash). Currently, under development and for personal usage only.

Build

In order to build the project you should installed CMake:

sudo apt-get install cmake

Then, from the project's root directory run the build script:

./build.sh

Currently the script also runs the project for testing purposes.