summaryrefslogtreecommitdiff
path: root/live/start.sh
blob: 42c7ea3d7bd4951fd00e42e7ed20b2e8185e16dd (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

x_run () {
  node index.js
  x_run
}

x_run