#!/bin/bash

set -ex

cip sudo apt-get update
cip sudo apt-get -y install gfortran-6 libffi-dev

