summaryrefslogtreecommitdiffstats
path: root/runtime/user/recreate_links
blob: 080654e942f555861e29766da0fe8b23a0d7b786 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

ln -s ../map.h .
ln -s ../map.c .
ln -s ../map-values.c .
ln -s ../map-keys.c .
ln -s ../list.c .
ln -s ../string.c .