mirror of
git://f0xx.org/ac/ac-scripts
synced 2026-07-29 02:59:20 +03:00
6 lines
250 B
Bash
Executable File
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
|