mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
5 lines
69 B
Bash
5 lines
69 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
echo "Pstree output for the hung script:"
|
||
|
pstree -p -a $1
|