This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 4aa9a499ad6444cbd5773ddcbbd8a188fe61fbe7 Author: quanth <[email protected]> AuthorDate: Wed Oct 28 13:52:10 2020 +0700 JAMES-3437 Provide a bash script wrapper for James Webadmin Cli --- server/protocols/webadmin-cli/james-cli | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/protocols/webadmin-cli/james-cli b/server/protocols/webadmin-cli/james-cli new file mode 100755 index 0000000..d7c277a --- /dev/null +++ b/server/protocols/webadmin-cli/james-cli @@ -0,0 +1,3 @@ +#!/bin/bash + +java -jar target/james-cli.jar "$@" \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
