ref: cd64b7129c81102c811b3df9a32ceb4004420f54
parent: 34dab15f408e8c272af406010b2bc6e5f7b1c473
author: Jacob Moody <moody@posixcafe.org>
date: Sun Jul 10 09:13:03 EDT 2022
auth/box: -s, -. flags -. decides where we chdir to before execing, we can't sit where we are because our directory may not exist. If not specified we go to '/'. -s is used to source a rc script instead of execing cmd. This is primarily to enable: '#!/bin/auth/box -s' Shebang line size is a bit tight(32), so we have this shorthand to use rc along with setting up the required namespace components.