#!/bin/sh # set cwd to script directory cd "${0%/*}" ./create_projects.sh echo building... cd premake/ make -j4 echo done. exit