mirror of
https://github.com/lwouis/alt-tab-macos.git
synced 2026-05-24 11:20:36 +00:00
8 lines
466 B
Bash
Executable File
8 lines
466 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -exu
|
|
|
|
"$(pipenv --venv)"/bin/pyftsubset resources/SF-Pro-Text-Regular-Full.otf \
|
|
--output-file=resources/SF-Pro-Text-Regular.otf \
|
|
--text=""
|