summaryrefslogtreecommitdiff
path: root/tools/link-bins
blob: 50e7981dac4dbbeac5b40602941058476728c0a5 (plain)
1
2
3
4
5
#!/bin/sh -e

while read old new html ; do
  ln -f "./$old" "./$new"
done < ./tools/name-table