-
Five9
- PNW, USA
Pinned Loading
-
Infrastructue as code? try folder st...
Infrastructue as code? try folder structure as code! discovered with the help of @whobrokethebuild 1#!/bin/bash
2poc_command="echo Hello, World!"
3mkdir -p "$poc_command"
4cd "$poc_command"
5$(basename "$(pwd)")
-
Check *.json for valid json, return ...
Check *.json for valid json, return failures 1#!/bin/bash
2for i in *.json; do if ! jq . $i &>/dev/null; then echo "fail: ${i}"; fi; done
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.