wip: getting started

This commit is contained in:
2023-12-19 15:54:28 +11:00
parent 5679faecdb
commit 574d3deb56
3 changed files with 71 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
```shell
/etc
└── wingmate
├── crontab
├── crontab.d
│   ├── cron1.sh
│   ├── cron2.sh
│   └── cron3.sh
└── service
├── one.sh
└── spawner.sh
```