Skip to content

Bash

Setup Shell

craftdog

Usage

  • exec "$@"

exec would replace the current shell;

$@ means all the positional arguments passed to the script.