https://github.com/coldmayo/klaudfilesystem
The Klaud File System
https://github.com/coldmayo/klaudfilesystem
Last synced: over 1 year ago
JSON representation
The Klaud File System
- Host: GitHub
- URL: https://github.com/coldmayo/klaudfilesystem
- Owner: coldmayo
- License: mit
- Created: 2023-10-24T21:49:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T15:57:53.000Z (over 2 years ago)
- Last Synced: 2025-01-19T12:52:02.643Z (over 1 year ago)
- Language: C
- Size: 24.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
KlaudFS
The first Klaud themed File System
## How to Use
Make sure you have the below installed:
- gcc
- make
- valgrind (optional)
```bash
# clone project to your machine
$ git clone https://github.com/coldmayo/KlaudFileSystem.git
# conjure executable
$ make
# run the program
$ make run
```
Make sure you type --help in the CLI to get a full list of commands
## License
MIT