mirror of
https://gitee.com/clygintang/Dockfile-Coreseek.git
synced 2025-07-21 00:00:15 +08:00
5 lines
136 B
Plaintext
5 lines
136 B
Plaintext
define(`countdown', `$1 ifelse(eval($1 > 0), 1, `countdown(decr($1))', `Liftoff')')
|
|
debugmode(`aeqc')
|
|
traceon(`countdown')
|
|
countdown(2)
|