Project

General

Profile

1
#!/bin/sh
2
# Gets the process name for a PID
3
# Usage: self PID
4

    
5
ps -p "$1" -o command=
(50-50/79)