sym link table generator for windows builds
This commit is contained in:
parent
e10450a5ea
commit
8f8b631d63
1 changed files with 3 additions and 0 deletions
3
bin/mk-links.sh
Executable file
3
bin/mk-links.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
find src/ web/ -type l | while read link; do echo "$link,$(readlink "$link")"; done > conf/links.csv
|
||||||
Loading…
Reference in a new issue