Method: Front::CLI::Script#run

Defined in:
lib/front/cli/script.rb

#runObject



25
26
27
28
29
30
31
# File 'lib/front/cli/script.rb', line 25

def run
  if pending?
    save()
    pid = Kernel.spawn(@path)
    Process.detach pid
  end
end