class OscMacheteRails::WorkflowTemplateGenerator

Public Instance Methods

copy_batch_script() click to toggle source
# File lib/generators/osc_machete_rails/workflow_template/workflow_template_generator.rb, line 6
def copy_batch_script
  template "main.sh.mustache", "jobs/#{file_name}/main.sh.mustache"
end