Skip to content

Commit

Permalink
add utility file for quickly debugging simple functions
Browse files Browse the repository at this point in the history
  • Loading branch information
keithbentrup committed Dec 3, 2020
1 parent aefdbeb commit 62b50bd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bin/function-debugger.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env bash
set -e

# shellcheck source=lib.sh
source "$(dirname "$(realpath "${BASH_SOURCE[0]}")")/lib.sh" || :


#get_wildcard_cert_and_key_for_mdm_domain
#cp_wildcard_mdm_domain_cert_and_key_for_subdomain "$hostname"
get_cert_utc_end_date_for_domain ".$mdm_domain"

0 comments on commit 62b50bd

Please sign in to comment.