lix-os-utilities/installed.sh

4 lines
126 B
Bash
Raw Permalink Normal View History

2020-11-26 00:40:40 +01:00
#!/usr/bin/env sh
find /bin /lib /etc /share -type l -exec readlink {} \; | grep lyr/upper/lix | cut -d/ -f7-8 | sort | uniq