Skip to content

Instantly share code, notes, and snippets.

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