summaryrefslogtreecommitdiff
path: root/templates/modload.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/modload.erb')
-rw-r--r--templates/modload.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/modload.erb b/templates/modload.erb
new file mode 100644
index 0000000..a14a612
--- /dev/null
+++ b/templates/modload.erb
@@ -0,0 +1,3 @@
+<% @extra_modules.each do |mod| -%>
+$ModLoad <%= mod %>
+<% end -%>