6 lines
171 B
Text
6 lines
171 B
Text
![]() |
#!/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"
|