1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 07:58:10 +03:00
Files
android_cast/scripts/init-wireguard-submodule.sh
Anton Afanasyeu 8735fe4177 vpn service sync
2026-06-11 13:43:15 +02:00

6 lines
250 B
Bash
Executable File

#!/usr/bin/env bash
# Back-compat wrapper — wireguard-android is one of the third-party submodules.
set -euo pipefail
ROOT="$(cd "$(dirname "$0")/.." && pwd)"
exec "$ROOT/scripts/init-third-party-submodules.sh" --only third-party/wireguard-android