5 lines
171 B
Bash
Executable file
5 lines
171 B
Bash
Executable file
#!/bin/bash
|
|
|
|
ls -l /proc/$(ps aux|grep plugin|grep flash|grep -v grep|awk '{print $2}')/fd
|
|
|
|
echo "/proc/$(ps aux|grep plugin|grep flash|grep -v grep|awk '{print $2}')/fd"
|