17 lines
345 B
Markdown
17 lines
345 B
Markdown
# IT-Security Excercise Sheets
|
|
```
|
|
it-sec-repo/
|
|
├── .gitea/
|
|
│ └── workflows/
|
|
│ └── create-zip.yaml
|
|
├── .gitignore
|
|
├── sheet01/
|
|
│ ├── a1/
|
|
│ │ └── somefile.md
|
|
│ ├── a2/
|
|
│ │ ├── somefile.java
|
|
│ ... ...
|
|
├── sheet02/
|
|
│ ├── a1/
|
|
│ ...
|
|
``` |