run!

in _support/run.rb [0:6]


def run!(cmd, chdir='.')
  GitlabPagesSupport.print_cmd(cmd)
  if !system(*cmd, chdir: chdir)
    GitlabPagesSupport.fail_cmd!(cmd)
  end
end