Skip to content

Instantly share code, notes, and snippets.

@icaoberg
Created May 25, 2013 18:35
Show Gist options
  • Save icaoberg/5650236 to your computer and use it in GitHub Desktop.
Save icaoberg/5650236 to your computer and use it in GitHub Desktop.
[OMERO.server][OMERO.searcher] Copy all the users from one group to another
#!/bin/bash
FIRSTGROUPNAME=developers
SECONDGROUPNAME=murphylab
omero group copyusers $FIRSTGROUPNAME $SECONDGROUPNAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment