debug/print_info
- 228 bytes
- Bash
- View raw
1#!/usr/bin/env bash
3set -o errexit
4set -o nounset
6# This allows you to call `-n` to print without a trailing newline
8then
10else
12fidebug/print_info1#!/usr/bin/env bash
3set -o errexit
4set -o nounset
6# This allows you to call `-n` to print without a trailing newline
8then
10else
12fi