2 lines
57 B
Bash
Executable file
2 lines
57 B
Bash
Executable file
#!/bin/bash
|
|
pacman -Qii | awk '/^MODIFIED/ { print $2 }'
|