HOME/bin/lsflash

6 lines
171 B
Text
Raw Normal View History

2022-06-26 20:20:31 +02:00
#!/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"