blob: 42c838866d276442536d857d01c34241419d4cc9 [file] [log] [blame]
update:
for i in ../../../libraries/*; do \
if [ ! -d $$i ]; then continue; fi; \
ln -sf -T $$i/latest $$(basename $$i); \
done
git add *