#!/bin/bash set -e cd tcc ./configure --prefix=${HOME}/.local make make test make install ln -sf ${HOME}/.local/bin/tcc ${HOME}/.local/bin/cc