]> code.citadel.org Git - citadel.git/commitdiff
added start-webcit (temporary)
authorArt Cancro <ajc@citadel.org>
Wed, 16 Dec 1998 21:13:10 +0000 (21:13 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 16 Dec 1998 21:13:10 +0000 (21:13 +0000)
webcit/start-webcit [new file with mode: 0755]

diff --git a/webcit/start-webcit b/webcit/start-webcit
new file mode 100755 (executable)
index 0000000..f201478
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+# nathan - please don't autoconf-ize this; it's a temporary hack
+cd /appl/develcit/velma
+exec ./webserver >/dev/null 2>&1