rusty1s/dotfiles

View on GitHub
helper/error.sh

Summary

Maintainability
Test Coverage
#!/bin/bash

. ./helper/echos.sh

error_exit() {
  print_error "$1" "$2"
  exit 1
}