add missing saveuserfile and expm spawn_cmd cmds
[spider.git] / cmd / saveuserfile.pl
diff --git a/cmd/saveuserfile.pl b/cmd/saveuserfile.pl
new file mode 100644 (file)
index 0000000..845da6a
--- /dev/null
@@ -0,0 +1,13 @@
+#
+# the export the user file to ascii command
+#
+#
+#
+my $self = shift;
+return (1, $self->msg('e5')) unless $self->priv >= 9;
+
+my $count = DXUser::writeoutjson(); # for now
+
+return (1, "DXUser::writeoutjson - $count lines written");
+
+