#!/bin/bash

x_run () {
  node index.js
  x_run
}

x_run