sym link table generator for windows builds

This commit is contained in:
Stewart Allen 2025-07-08 19:21:30 -04:00
commit 8f8b631d63

3
bin/mk-links.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
find src/ web/ -type l | while read link; do echo "$link,$(readlink "$link")"; done > conf/links.csv