gfontinstallermac/fontupdater.sh

8 lines
142 B
Bash
Raw Normal View History

2021-01-09 07:32:16 -05:00
#!/bin/bash
#Source config file
. ${PWD}/config
#Move to font directory
cd /Users/$USER/Library/Fonts/google-fonts
sudo -u $USER git pull