lix-os-utilities/installed.sh

4 lines
126 B
Bash

#!/usr/bin/env sh
find /bin /lib /etc /share -type l -exec readlink {} \; | grep lyr/upper/lix | cut -d/ -f7-8 | sort | uniq