mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-02-11 18:09:40 -06:00
10 lines
120 B
Bash
Executable File
10 lines
120 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
set -x
|
|
|
|
# TODO: This isn't ideal.
|
|
cd externals
|
|
git clone https://github.com/MerryMage/ext-boost
|
|
cd ..
|