mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
7 lines
64 B
Bash
7 lines
64 B
Bash
#!/bin/bash
|
|
|
|
(
|
|
cd $(dirname $0)
|
|
bash ./install-ndk.sh
|
|
)
|