First kick of NWI extension to the Europgate WWW-Z39.50 gateway.
[egate.git] / www / waissh.c
diff --git a/www/waissh.c b/www/waissh.c
new file mode 100644 (file)
index 0000000..af6ef69
--- /dev/null
@@ -0,0 +1,23 @@
+/*
+ * NWI - Nordic Web Index 
+ * Technical Knowledge Centre & Library of Denmark (DTV)
+ *
+ * Shell program for the Wais extension to Europagate/IrTcl
+ *
+ * $Log: waissh.c,v $
+ * Revision 1.1  1996/02/29 15:32:21  adam
+ * First kick of NWI extension to the Europgate WWW-Z39.50 gateway.
+ *
+ */
+
+#include <stdio.h>
+
+#include "wwaistcl.h"
+
+int main (int argc, char **argv)
+{
+    wshmain (argc, argv, w_interp_waistcl);
+    exit (0);
+}
+
+