mirror of
https://github.com/servo/servo.git
synced 2025-07-03 21:43:41 +01:00
9 lines
147 B
Bash
Executable file
9 lines
147 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
set -x
|
|
|
|
git clone https://github.com/servo/servo/
|
|
cd servo
|
|
git checkout 0a2c61da91e77102ae774075ec4126937a79f038
|
|
./mach build -d
|