#!/bin/sh
grep -s -v '^#\|^$' /etc/ld-musl-x86_64.d/* | sort -u > /etc/ld-musl-x86_64.path
