annotate repoint.bat @ 643:5cdca5db75e4

Set execute permission on archive.sh
author Chris Cannam
date Fri, 18 Oct 2019 11:21:30 +0100
parents 12d36dcfbbfb
children
rev   line source
Chris@523 1 @echo off
Chris@523 2 PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '%~dpn0.ps1' %*";
Chris@523 3