add 000-configs/, dashboard, templates, .obsidian/, bin/, model-identity
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
---
|
||||
title: "bin"
|
||||
status: "active"
|
||||
folder: "bin"
|
||||
tags: [scripts, index]
|
||||
created: "2026-07-29"
|
||||
updated: "2026-07-29"
|
||||
version: "1.0.0"
|
||||
---
|
||||
|
||||
# bin
|
||||
|
||||
Helper shell scripts.
|
||||
|
||||
## Current
|
||||
|
||||
- [[daily.sh]] — auto-create today's daily note from `tpl/daily.md`. Run from cron on the main server, not from openwebui.
|
||||
|
||||
## Adding a script
|
||||
|
||||
- Filename: `snake_case.sh`
|
||||
- Must be executable (`chmod +x`)
|
||||
- Add to this README
|
||||
Reference in New Issue
Block a user