summarylogtreecommitdiffstats
path: root/spiderweb.csh
diff options
context:
space:
mode:
Diffstat (limited to 'spiderweb.csh')
-rw-r--r--spiderweb.csh10
1 files changed, 10 insertions, 0 deletions
diff --git a/spiderweb.csh b/spiderweb.csh
new file mode 100644
index 000000000000..263ee1965b54
--- /dev/null
+++ b/spiderweb.csh
@@ -0,0 +1,10 @@
+setenv SPIDER_DIR "/opt/spider"
+setenv SPBIN_DIR "$SPIDER_DIR/bin/"
+setenv SPMAN_DIR "$SPIDER_DIR/man/"
+setenv SPPROC_DIR "$SPIDER_DIR/proc/"
+if ( $?path ) then
+ set path=($path $SPBIN_DIR)
+else
+ set path=($SPBIN_DIR)
+endif
+