X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Fsaveuserfile.pl;fp=cmd%2Fsaveuserfile.pl;h=845da6adc6c9e4d4984d5d18d8eed4eb08e9fcef;hp=0000000000000000000000000000000000000000;hb=250609cfa6bd2cb43122c67ff8fbb8802ccc61f6;hpb=fda536aef281e0f6fc68a02c537d18650bd5505f diff --git a/cmd/saveuserfile.pl b/cmd/saveuserfile.pl new file mode 100644 index 00000000..845da6ad --- /dev/null +++ b/cmd/saveuserfile.pl @@ -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"); + +