global

def start input

def start input
  super
  kernel.system("afplay '#{ROOT}/data/nyan-cat.mp3' &") if osx?
end