fixed shebang

This commit is contained in:
PrivacyDev 2022-12-17 08:47:30 -05:00
parent 585605312f
commit 54904fc6c7
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#/bin/sh
#!/bin/sh
base='https://fonts\.(gstatic\.com|kavin\.rocks)'
fonts=$(cat dist/assets/* | grep -Po "$base[^)]*" | sort | uniq)