summaryrefslogtreecommitdiff
path: root/tools/get-scala-commit-date.bat
blob: 2a75073633f10695370d8cec9a91ab88df71865b (plain) (blame)
1
2
3
4
5
6
7
8
9
@echo off
for %%X in (bash.exe) do (set FOUND=%%~$PATH:X)
if defined FOUND (
  bash "%~dp0\get-scala-commit-date"
) else (
  rem echo this script does not work with cmd.exe. please, install bash
  echo unknown
  exit 1
)