mirror of
git://f0xx.org/ac/ac-scripts
synced 2026-07-29 05:19:19 +03:00
initial
This commit is contained in:
5
init-wireguard-submodule.sh
Executable file
5
init-wireguard-submodule.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user