Initialize GovOPlaN meta repository
This commit is contained in:
7
tools/repo/repo-status.sh
Normal file
7
tools/repo/repo-status.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)"
|
||||
PYTHON="${PYTHON:-python3}"
|
||||
|
||||
exec "$PYTHON" "$ROOT/tools/repo/repo-status.py" "$@"
|
||||
Reference in New Issue
Block a user