summaryrefslogtreecommitdiff
path: root/status.sh
diff options
context:
space:
mode:
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