mirror of
https://github.com/gechandesu/runcmd.git
synced 2026-01-02 13:49:34 +03:00
7 lines
107 B
V
7 lines
107 B
V
module runcmd
|
|
|
|
@[if runcmd_trace ?]
|
|
fn printdbg(s string) {
|
|
eprintln('runcmd[pid=${v_getpid()}]: ${s}')
|
|
}
|