mirror of
https://github.com/servo/servo.git
synced 2025-07-12 01:43:43 +01:00
7 lines
165 B
Bash
Executable file
7 lines
165 B
Bash
Executable file
#!/usr/bin/env sh
|
|
set -ex
|
|
|
|
cd "${0%/*}"
|
|
virtualenv -p python .virtualenv
|
|
.virtualenv/bin/pip install fonttools==3.13.1
|
|
.virtualenv/bin/python ahem-generate-table.py
|