mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-20 00:22:59 +00:00
6 lines
125 B
Bash
Executable File
6 lines
125 B
Bash
Executable File
#!/bin/sh
|
|
|
|
ant && cp dist/lombok.jar dist/lombok.eclipse.agent.jar /Applications/eclipse && /Applications/eclipse/eclipse
|
|
|
|
|