From 43495a9c38ce9f4d2e3510acd0fa67fe762e3793 Mon Sep 17 00:00:00 2001 From: "leedongmyung[desktop]" Date: Sun, 5 Nov 2023 09:01:29 +0900 Subject: [PATCH] =?UTF-8?q?=E3=85=86=E3=84=B7=E3=84=B4=E3=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/script/shell/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/script/shell/build.sh b/assets/script/shell/build.sh index e69de29..31ddf9f 100644 --- a/assets/script/shell/build.sh +++ b/assets/script/shell/build.sh @@ -0,0 +1,2 @@ +BASEDIR=$(dirname $0) +echo "Script location: ${BASEDIR}" \ No newline at end of file