HOME/bin/lsflash
frankdelange ecd79740fd Add ~/bin
2022-06-26 20:20:31 +02:00

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"