Initial commit

This commit is contained in:
qwjyh 2023-01-17 18:11:16 +09:00 committed by GitHub
commit ff5c60e225
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 547 additions and 0 deletions

4
bin/checkver.ps1 Normal file
View file

@ -0,0 +1,4 @@
if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Convert-Path (scoop prefix scoop) }
$checkver = "$env:SCOOP_HOME/bin/checkver.ps1"
$dir = "$PSScriptRoot/../bucket" # checks the parent dir
& $checkver -Dir $dir @Args