grid-apps-cmms/bin/mk-links.sh

3 lines
114 B
Shell
Raw Normal View History

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