#!/usr/bin/env bash cd curl ./buildconf ./configure --prefix=`pwd`/../aBuild/curl make -j && make install