1
0
mirror of git://f0xx.org/ac/ac-scripts synced 2026-07-29 07:59:00 +03:00
Files
ac-scripts/init-wireguard-submodule.sh
Anton Afanasyeu 3c197ed9dd initial
2026-06-23 12:20:53 +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