diff options
Diffstat (limited to 'shell-scripts/fawx')
| -rw-r--r-- | shell-scripts/fawx | 8 |
1 files changed, 0 insertions, 8 deletions
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 |
