mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
4157efdcbb
Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 8507303b525d20c74e8ec4e7c4f5f275945cd3b6)
5 lines
69 B
Bash
5 lines
69 B
Bash
#!/bin/sh
|
|
|
|
echo "Pstree output for the hung script:"
|
|
pstree -p -a $1
|