6 lines
193 B
Bash
Executable File
6 lines
193 B
Bash
Executable File
#!/bin/bash
|
|
# SiYuan 笔记自动同步脚本
|
|
# 每 4 小时执行一次
|
|
|
|
python3 /root/.nvm/versions/node/v22.22.0/lib/node_modules/openclaw/skills/siyuan-reader/scripts/siyuan_reader.py sync
|