mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-08-26 13:51:49 +00:00
8 lines
70 B
Bash
Executable File
8 lines
70 B
Bash
Executable File
#!/bin/sh
|
|
|
|
git submodule update --init
|
|
|
|
./autotool.sh
|
|
./configure $@
|
|
|