summaryrefslogtreecommitdiff
path: root/shell-scripts/fawx
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2023-04-29 12:03:35 +0200
committerMike Vink <mike1994vink@gmail.com>2023-04-29 12:03:35 +0200
commited0ef3875d955462b66684862e158dda63f12aa6 (patch)
tree2ce65aa5b75c45d1bba51992c3b240a24010efef /shell-scripts/fawx
parent5ca979eab4f7f4c16adf03927f5bd45000a563c0 (diff)
add checkout
Diffstat (limited to 'shell-scripts/fawx')
-rw-r--r--shell-scripts/fawx8
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