ci: Add initial pipeline
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# shellcheck disable=SC1091
|
||||
source "prompts.sh"
|
||||
# shellcheck disable=SC1091
|
||||
source "user_feedback.sh"
|
||||
# shellcheck disable=SC1091
|
||||
source "logging.sh"
|
||||
|
||||
@@ -24,6 +24,7 @@ _key_input() {
|
||||
}
|
||||
|
||||
# print new line for empty element in array
|
||||
# shellcheck disable=SC2231
|
||||
_new_line_foreach_item() { for _ in $1[@]; do echo -en "\n" >&2; done }
|
||||
|
||||
# display prompt text without linebreak
|
||||
|
||||
Reference in New Issue
Block a user