Files
i399tester/checkout.sh
Märt Kalmo 907d3f1517 1st
2017-03-09 11:45:33 +02:00

8 lines
128 B
Bash
Executable File

#!/bin/bash
set -e
git clone https://bitbucket.org/$1/i399 ./.tmp
(cd ./.tmp && git checkout $2 && npm install && npm start)