All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
7 lines
154 B
Bash
7 lines
154 B
Bash
#!/bin/zsh
|
|
|
|
unsetopt err_exit err_return multios
|
|
|
|
setopt bsd_echo interactive_comments long_list_jobs monitor prompt_subst zle
|
|
# setopt magic_equal_subst
|