Skip to content

Directory Structure

DavideC03 edited this page Apr 15, 2022 · 3 revisions

:octocat: Directory structure :octocat:

../repo
├── Makefile
├── bin
│   ├── des.c
│   └── lib
│       ├── base64.h
│       ├── binary.h
│       ├── des.h
│       ├── input.h
│       ├── key.h
│       ├── logo.h
│       └── stopwatch.h
├── debian # debian control code
│   ├── changelog
│   ├── compat
│   ├── control
│   ├── copyright
│   ├── des.dirs
│   ├── rules
│   └── source
│       └── format
├── des.1
├── des.in
└── docs # documentation
    ├── CODE_OF_CONDUCT.md
    ├── LICENSE
    └── README.md

5 directories, 21 files

Clone this wiki locally