mirror of
https://github.com/Aitum/obs-aitum-multistream.git
synced 2024-11-22 02:12:40 +01:00
8 lines
142 B
Plaintext
Executable File
8 lines
142 B
Plaintext
Executable File
if (( ! ${+_loglevel} )) typeset -g _loglevel=1
|
|
|
|
if (( _loglevel > 0 )) {
|
|
local icon=' =>'
|
|
|
|
print -PR "%F{4} ${(r:5:)icon}%f %B${@}%b"
|
|
}
|