dashboard
repositories
filestore
activity
search
login
crazy-macs
/
obsidianar
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
vault backup: 2026-08-31 04:46:14
Ariver
2026-08-31
cae8575c671f1cc09f3e4c049c8a30b7a6414160
[crazy-macs/obsidianar.git]
/
02DS
/
02copilot
/
skills
/
copilot-web-fetch
/
web-fetch.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 "%~dp0web-fetch.ps1" %*
exit /b %errorlevel%