initial-import: 2026-04-11 21:18:55

This commit is contained in:
cfdaily
2026-04-11 21:18:55 +08:00
commit 5e6b2d73eb
264 changed files with 117047 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
#!/usr/bin/expect -f
# 启动Launch Daemon守护进程
spawn sudo launchctl load -w /Users/chufeng/.openclaw/workspace-jiangwei/com.user.nasmount.plist
# 等待密码提示
expect "Password:"
# 发送密码
send "Ccf7561523\r"
# 等待命令完成
expect eof