1#!/bin/sh
2sha=ddfe24afe3043388827aa220ef623b8540958bbd # this is just the commit it was last tested with
3mkdir -p testdata/test262
4cd testdata/test262
5git init
6git remote add origin https://github.com/tc39/test262.git
7git fetch origin --depth=1 "${sha}"
8git reset --hard "${sha}"
9cd -
10