Class: TerminalVelocity::Templates::Screen

Inherits:
Runner
  • Object
show all
Defined in:
lib/terminal_velocity/templates.rb

Instance Method Summary collapse

Methods inherited from Runner

#initialize, #options, run, #run

Constructor Details

This class inherits a constructor from TerminalVelocity::Templates::Runner

Instance Method Details

#launcher_scriptObject



75
76
77
# File 'lib/terminal_velocity/templates.rb', line 75

def launcher_script
  "screen -S terminal-velocity-#{script_sha1} -c"
end

#templateObject



79
80
81
# File 'lib/terminal_velocity/templates.rb', line 79

def template
  File.join(File.dirname(__FILE__), "templates", "screenrc.erb")
end