Project

General

Profile

1 7258 aaronmk
#!/bin/sh
2
# Gets the process name for a PID
3
# Usage: self PID
4
5
ps -p "$1" -o command=