dashboard
repositories
filestore
activity
search
login
crazy-macs
/
obsidianar
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
2026-03-26 日记移到 X0.Diary 顶层
Ariver
2026-08-25
38ce52e76469dea05dbcac8b6126c20efa3825f2
[crazy-macs/obsidianar.git]
/
02DS
/
02copilot
/
skills
/
copilot-read-pdf
/
read-pdf.cmd
1
2
3
4
5
6
@echo off
setlocal
set "PS=%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe"
if not exist "%PS%" set "PS=powershell"
"%PS%" -NoProfile -ExecutionPolicy Bypass -File "%~dp0read-pdf.ps1" %*
exit /b %errorlevel%