#!/bin/sh set -e start_time=$(date +%s) pkg install -y "$@" && exit 0 cat <