mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 00:16:22 +01:00
2 lines
91 B
Bash
2 lines
91 B
Bash
#!/bin/sh
|
|
sudo dmesg | awk '/Loading firmware:/{print "/lib/firmware/"$7}' | paste -sd ','
|