mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-12 09:17:53 +00:00
7 lines
179 B
D
7 lines
179 B
D
python$target:::line
|
|
/(copyinstr(arg1)=="test_line")/
|
|
{
|
|
printf("%d\t%s:%s:%s:%d\n", timestamp,
|
|
probename, basename(copyinstr(arg0)),
|
|
copyinstr(arg1), arg2);
|
|
}
|