kopia lustrzana https://github.com/tonsky/FiraCode
8 wiersze
151 B
Bash
8 wiersze
151 B
Bash
![]() |
#!/bin/bash
|
||
|
set -o errexit -o nounset -o pipefail
|
||
|
cd "`dirname $0`/.."
|
||
|
|
||
|
rm -rf distr/ttf
|
||
|
rm -rf distr/variable_ttf
|
||
|
rm -rf distr/woff2
|
||
|
rm -rf distr/woff
|