Skip to content

Instantly share code, notes, and snippets.

@wwannemacher
Created December 10, 2014 21:19
Show Gist options
  • Save wwannemacher/ca60459176a92e885128 to your computer and use it in GitHub Desktop.
Save wwannemacher/ca60459176a92e885128 to your computer and use it in GitHub Desktop.
#!/usr/bin/groovy
import com.eucalyptus.objectstorage.LifecycleCleanupJob;
def runIt() {
LifecycleCleanupJob job = new LifecycleCleanupJob();
job.execute(null);
}
return runIt();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment