8 lines
142 B
Bash
8 lines
142 B
Bash
#!/bin/bash
|
|
|
|
#Source config file
|
|
. ${PWD}/config
|
|
|
|
#Move to font directory
|
|
cd /Users/$USER/Library/Fonts/google-fonts
|
|
sudo -u $USER git pull |