5 lines
119 B
Plaintext
5 lines
119 B
Plaintext
# Sysctl file for <%= @name %>
|
|
|
|
<% @instructions.each do |variable, value| -%>
|
|
<%= variable %> = <%= value %>
|
|
<% end %> |