summaryrefslogtreecommitdiffstats
path: root/runtime/user/recreate_links
diff options
context:
space:
mode:
authorhunt <hunt>2005-05-18 00:16:33 +0000
committerhunt <hunt>2005-05-18 00:16:33 +0000
commit4ed11cee2365c604b3c2a39a846706cc0ae0ac1a (patch)
tree0743e2c0c4d85bc66b74835869464d1038fe03f1 /runtime/user/recreate_links
parent43614f5d7e0d18f553c0ee2a4e195d7b8f63be1f (diff)
downloadsystemtap-steved-4ed11cee2365c604b3c2a39a846706cc0ae0ac1a.tar.gz
systemtap-steved-4ed11cee2365c604b3c2a39a846706cc0ae0ac1a.tar.xz
systemtap-steved-4ed11cee2365c604b3c2a39a846706cc0ae0ac1a.zip
User space test stuff.
Diffstat (limited to 'runtime/user/recreate_links')
-rwxr-xr-xruntime/user/recreate_links8
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/user/recreate_links b/runtime/user/recreate_links
new file mode 100755
index 00000000..080654e9
--- /dev/null
+++ b/runtime/user/recreate_links
@@ -0,0 +1,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 .