#asset
11 12 13 14 15
# File 'lib/bashly/commands/preview.rb', line 11 def run config = Config.new "#{Settings.source_dir}/bashly.yml" command = Models::Command.new(config) puts command.render 'master_script' end