6 lines
110 B
Plaintext
6 lines
110 B
Plaintext
|
probe kprocess.exit
|
||
|
{
|
||
|
path=fullpath_struct_path(task_cwd_path(task_current()))
|
||
|
printf("%s\n", path)
|
||
|
}
|