Skip to content

Instantly share code, notes, and snippets.

@icaoberg
Created May 25, 2013 17:23
Show Gist options
  • Save icaoberg/5649922 to your computer and use it in GitHub Desktop.
Save icaoberg/5649922 to your computer and use it in GitHub Desktop.
[OMERO.server][OMERO.searcher] Add a group using the command line tools
#!/bin/bash
GROUPNAME=developers
bin/omero group add $GROUPNAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment