This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # !/usr/bin/env bash | |
| # Public: Stub given command. | |
| # | |
| # Arguments: | |
| # - $1: Name of command to stub. | |
| # - $2: (optional) When set to "STDOUT", echo a default message to STDOUT. | |
| # When set to "STDERR", echo default message to STDERR. | |
| # | |
| # Echoes nothing. |