5 lines
135 B
Bash
Executable File
5 lines
135 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
. `dirname "$0"`/Tools/platform.sh
|
|
git -C `dirname "$0"` submodule update --depth 1 --init "Tools/$KINC_PLATFORM"
|