summaryrefslogtreecommitdiffstats
path: root/trunk/dolinks.sh
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/dolinks.sh')
-rw-r--r--trunk/dolinks.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/trunk/dolinks.sh b/trunk/dolinks.sh
new file mode 100644
index 0000000000..46815055b0
--- /dev/null
+++ b/trunk/dolinks.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+mkdir -p NORMAL
+mkdir -p WIZARD
+
+pushd NORMAL ; ln -s ../source/*.h ../source/*.cc ../source/makefile* . ; popd
+pushd WIZARD ; ln -s ../source/*.h ../source/*.cc ../source/makefile* . ; popd
+