1#!/usr/bin/env bash
2set -e
3rustup default $1
4rustup target add $2
5