Skip to content

Instantly share code, notes, and snippets.

View BCurrell's full-sized avatar

Brandon Currell BCurrell

View GitHub Profile
@BCurrell
BCurrell / .env
Last active November 18, 2019 10:37
TEST_1="Test 1"
TEST_2="Test 2"
#!/usr/bin/env python
"""
/path/to/json_helper.py
json_file - JSON file to interact with.
key - JSON key to read from / write to.
[value] - (Optional) Value to write to the JSON file.
"""
#!/bin/bash
###
# source /path/to/logging.sh
#
# set_logger_name "Example Logger"
# set_logger_level "DEBUG"
#
# logger_critical "This is a critical message!"
# logger_error "This is an error message!"