Created
October 9, 2016 20:56
-
-
Save Scurby/82793551b6420607fc63b7e505cdc65e to your computer and use it in GitHub Desktop.
eclipse nosplash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eclipse -nosplash | |
-application org.eclipse.cdt.managedbuilder.core.headlessbuild | |
-import {[uri:/]/path/to/project} | |
-importAll {[uri:/]/path/to/projectTreeURI} Import all projects under URI | |
-build {project_name | all} | |
-cleanBuild {project_name | all} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment