summaryrefslogtreecommitdiffstats
path: root/runtime/user/recreate_links
blob: 7b2f58d76ff06384a77039161c5c964f14c62aad (plain)
1
2
3
4
5
6
7
8
9
#!/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 .
ln -s ../sym.c .