From 0e34e02c8f23fcd241fae636c5196c27f75b9650 Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Sun, 23 Mar 2025 06:19:01 -0700 Subject: [PATCH] Create start-qortal-core.sh added simple start script --- start-qortal-core.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 start-qortal-core.sh diff --git a/start-qortal-core.sh b/start-qortal-core.sh new file mode 100644 index 0000000..3975946 --- /dev/null +++ b/start-qortal-core.sh @@ -0,0 +1,3 @@ +#!/bin/bash +cd qortal +./start.sh