diff --git a/soscmd-pacman-modified b/soscmd-pacman-modified new file mode 100755 index 0000000..0e8f478 --- /dev/null +++ b/soscmd-pacman-modified @@ -0,0 +1,2 @@ +#!/bin/bash +pacman -Qii | awk '/^MODIFIED/ { print $2 }'