summaryrefslogtreecommitdiff
path: root/together/watchdog.sh
blob: 379351c3bd1122fbe24dd286a0a09a2d97b08d83 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

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

x_start