Initial commit

This commit is contained in:
2022-10-29 18:39:03 +02:00
commit 558b00793e
10 changed files with 590 additions and 0 deletions

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
# contrib-scribe
Your contribution heatmap is a canvas for creativity.
## Prerequisites
- systemd
- python (>=3.10)
- git
## Usage
```sh
# Start
./scripts/install.sh
# Stop
./scripts/uninstall.sh
```