poc test 1
This commit is contained in:
+3
-11
@@ -69,17 +69,9 @@ function do_false {
|
||||
}
|
||||
|
||||
function do_success {
|
||||
echo -n 'SUCCESS args=['
|
||||
(
|
||||
IFS=','
|
||||
echo -n "$*"
|
||||
)
|
||||
echo ']'
|
||||
source "${MIAOU_BASH_DIR}/lib/ansi.bash"
|
||||
local content
|
||||
content=$(PADDING_LEFT=2 PADDING_RIGHT=6 style_padding 'this is success')
|
||||
content=$(FG=YELLOW BG=BLUE style_ansi "$content")
|
||||
FG=BLACK BG=RED PADDING=8 style_block "$content"
|
||||
[[ true==true ]] && echo true
|
||||
! false && echo unfalse
|
||||
return
|
||||
}
|
||||
|
||||
function do_unbound_variable {
|
||||
|
||||
Reference in New Issue
Block a user