DEBSOURCES
Skip Quicknav
sources / coq / 9.1.0%2Bdfsg-1 / dev / tools / list-potential-artifacts.sh
1234567
#!/bin/sh for d in _install_ci saved_build_ci; do if [ -d $d ]; then find $d -type f -o -type l | sort fi done