#!/bin/bash

x_start () {
  node build/index.js
  x_start
}

x_start