#!/bin/sh
set -ex
wget https://github.com/fish-shell/fish-shell/archive/master.zip
unzip master.zip
cd fish-shell-master && autoconf && ./configure --prefix=$HOME/fish && make && make install
cd ..
