From 209356b8ade1920b50d1d3a1a5e121c6623d167b Mon Sep 17 00:00:00 2001 From: Minteck Date: Fri, 11 Nov 2022 23:47:49 +0100 Subject: Update --- comproxy/watchdog.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 comproxy/watchdog.sh (limited to 'comproxy/watchdog.sh') diff --git a/comproxy/watchdog.sh b/comproxy/watchdog.sh new file mode 100644 index 0000000..5f6bb79 --- /dev/null +++ b/comproxy/watchdog.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +x_start () { + node index.js + x_start +} + +x_start \ No newline at end of file -- cgit