/* Unix SMB/CIFS implementation. Standalone client for ejs scripting. Copyright (C) Tim Potter 2005 Copyright (C) Andrew Tridgell 2005 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "includes.h" #include "lib/cmdline/popt_common.h" #include "dynconfig.h" #include "lib/ejs/ejs.h" #include "scripting/ejs/smbcalls.h" void ejs_exception(const char *reason) { fprintf(stderr, "smbscript exception: %s", reason); exit(127); } int main(int argc, const char **argv) { EjsId eid; EjsHandle handle = 0; MprVar result; char *emsg, *script; size_t script_size; TALLOC_CTX *mem_ctx = talloc_new(NULL); const char **argv_list = NULL; const char *fname; struct MprVar v, *return_var; int exit_status, i; poptContext pc; int opt; struct poptOption long_options[] = { POPT_AUTOHELP POPT_COMMON_SAMBA POPT_COMMON_CREDENTIALS POPT_COMMON_VERSION POPT_TABLEEND }; popt_common_dont_ask(); pc = poptGetContext("smbscript", argc, argv, long_options, 0); poptSetOtherOptionHelp(pc, "