diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2023-04-29 12:03:35 +0200 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2023-04-29 12:03:35 +0200 |
| commit | ed0ef3875d955462b66684862e158dda63f12aa6 (patch) | |
| tree | 2ce65aa5b75c45d1bba51992c3b240a24010efef /shell-scripts/fawx | |
| parent | 5ca979eab4f7f4c16adf03927f5bd45000a563c0 (diff) | |
add checkout
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 |
