class Gitlab::Shell

def quit_shell

def quit_shell
  history.save
  exit
end