7 lines
145 B
Plaintext
7 lines
145 B
Plaintext
|
name=<%= @name %>
|
||
|
priority=<%= @priority %>
|
||
|
section=main
|
||
|
|
||
|
<% @bin_cmds.each do |cmd| -%>jdk <%= cmd %> <%= @app_dir %>/bin/<%= cmd %>
|
||
|
<% end -%>
|