#!/bin/sh set -e pkg install -y "$@" && exit 0 cat <