Skip to content

Commit

Permalink
(chore): Add checkhashes.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
niheaven committed Nov 23, 2022
1 parent dd4fcb6 commit d668790
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/checkhashes.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Convert-Path (scoop prefix scoop) }
$checkhashes = "$env:SCOOP_HOME/bin/checkhashes.ps1"
$dir = "$PSScriptRoot/../bucket" # checks the parent dir
& $checkhashes -Dir $dir @Args

0 comments on commit d668790

Please sign in to comment.