#!/bin/bash # Add the stack user we recommend folk use. set -e set -o xtrace useradd -m stack -s /bin/bash passwd stack < /etc/sudoers.d/stack <