#!/bin/sh
r=${1?need repo}; shift
exec git clone https://github.com/matyasselmeci/$r "$@"
