mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-14 18:27:54 +00:00
0c4c56ff39
README.cosmo contains the necessary links.
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);
|
|
}
|