SGF (Systéme de Gestion de Fichiers) or FMS (File Management System) written in C in part of a school project..
- C 99.5%
- Makefile 0.5%
| .gitignore | ||
| command_shell.c | ||
| command_shell.h | ||
| constants.h | ||
| main.c | ||
| makefile | ||
| parson.c | ||
| parson.h | ||
| primitives.c | ||
| primitives.h | ||
| README.md | ||
| save_load.c | ||
| save_load.h | ||
| struct_SGF.h | ||
| utility.c | ||
| utility.h | ||
File Management System
SGF (Systéme de Gestion de Fichiers) or FMS (File Management System)
Building
Use the MAKEFILE commands make to build the executable.
make # for a release version
make debug # for a debug version
make clean # if you are tinkering in the code
Usage
The usage is pretty similar to linux bash system, you use commands to navigate and to create, move, modify or delete files/directories.
If you know how linux bash system works.. Well I don't need to tell you the details.