diff options
| author | Trial97 <alexandru.tripon97@gmail.com> | 2024-04-27 23:19:54 +0300 |
|---|---|---|
| committer | Trial97 <alexandru.tripon97@gmail.com> | 2024-04-27 23:19:54 +0300 |
| commit | 2eecce37d3e8f16eeae1fbe51eb39f577e30b17b (patch) | |
| tree | f48e24203446ada81c736d3eb7ebc6a54c2fb320 /status.sh | |
| parent | d996dc2a20c8664b03259cead7c888fd85d9848c (diff) | |
| parent | d215ec0383ce130d2244a3bfe4567d56f3982701 (diff) | |
| download | Project-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-x | status.sh | 24 |
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 |
