Skip to content

Instantly share code, notes, and snippets.

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