#!/usr/bin/env php build(); } catch(\Exception $exception) { print($exception->getMessage()); exit(255); } exit(0);