summaryrefslogtreecommitdiffstats
path: root/runtime/user/recreate_links
blob: c29c8e18d263a585f89aec73c1135c05cf32d76f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash

ln -s ../map.h .
ln -s ../map.c .
ln -s ../map-values.c .
ln -s ../map-keys.c .
ln -s ../map-int.c .
ln -s ../map-str.c .
ln -s ../map-stat.c .
ln -s ../list.c .
ln -s ../string.c .
ln -s ../string.h .
ln -s ../sym.c .
ln -s ../counter.c .
ln -s ../stat.c .
ln -s ../stat.h .
ln -s ../stat-common.c .