From ed0ef3875d955462b66684862e158dda63f12aa6 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Sat, 29 Apr 2023 12:03:35 +0200 Subject: add checkout --- shell-scripts/fawx | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 shell-scripts/fawx (limited to 'shell-scripts/fawx') diff --git a/shell-scripts/fawx b/shell-scripts/fawx deleted file mode 100644 index d7247bc..0000000 --- a/shell-scripts/fawx +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -# Removes ansi escape codes from ansible outputs -error () { - echo "$1" - exit 1 -} -command -v awx || error "awx cli not found" -awx "$@" | filter-ansi -- cgit v1.2.3