From 4ed11cee2365c604b3c2a39a846706cc0ae0ac1a Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 18 May 2005 00:16:33 +0000 Subject: User space test stuff. --- runtime/user/recreate_links | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 runtime/user/recreate_links (limited to 'runtime/user/recreate_links') 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 . -- cgit