Started on the dx cluster database stuff
[spider.git] / cmd / bye.pl
diff --git a/cmd/bye.pl b/cmd/bye.pl
new file mode 100644 (file)
index 0000000..1fc73f6
--- /dev/null
@@ -0,0 +1,9 @@
+#
+# the bye command
+#
+# $Id$
+#
+
+my $self = shift;
+$self->state('bye');
+return (1);