summaryrefslogtreecommitdiff
path: root/status.sh
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2024-04-27 23:19:54 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2024-04-27 23:19:54 +0300
commit2eecce37d3e8f16eeae1fbe51eb39f577e30b17b (patch)
treef48e24203446ada81c736d3eb7ebc6a54c2fb320 /status.sh
parentd996dc2a20c8664b03259cead7c888fd85d9848c (diff)
parentd215ec0383ce130d2244a3bfe4567d56f3982701 (diff)
downloadProject-Tick-2eecce37d3e8f16eeae1fbe51eb39f577e30b17b.tar.gz
Project-Tick-2eecce37d3e8f16eeae1fbe51eb39f577e30b17b.zip
Merge branch 'main' of https://github.com/PrismLauncher/meta into javas
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'status.sh')
-rwxr-xr-xstatus.sh24
1 files changed, 0 insertions, 24 deletions
diff --git a/status.sh b/status.sh
deleted file mode 100755
index 4f04e6a99e..0000000000
--- a/status.sh
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/bash
-
-BASEDIR=$(dirname "$0")
-cd "${BASEDIR}" || exit 1
-BASEDIR=$(pwd)
-
-source config.sh
-
-echo "Upstream:"
-pushd "${UPSTREAM_DIR}" || exit 1
-git status
-popd || exit 1
-echo
-
-
-echo "PrismLauncher:"
-pushd "${LAUNCHER_DIR}" || exit 1
-git status
-popd || exit 1
-echo
-
-echo "Scripts:"
-git status
-echo \ No newline at end of file