From 6e37e097a59e7ce95a29754c420b8fefa8a16112 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Thu, 20 Apr 2023 16:04:17 +0200 Subject: fixup --- shell-scripts/awx | 8 -------- shell-scripts/fawx | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 shell-scripts/awx create mode 100644 shell-scripts/fawx (limited to 'shell-scripts') diff --git a/shell-scripts/awx b/shell-scripts/awx deleted file mode 100644 index d7247bc..0000000 --- a/shell-scripts/awx +++ /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 diff --git a/shell-scripts/fawx b/shell-scripts/fawx new file mode 100644 index 0000000..d7247bc --- /dev/null +++ b/shell-scripts/fawx @@ -0,0 +1,8 @@ +#!/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