Skip to content

Instantly share code, notes, and snippets.

View dustinphipps's full-sized avatar

Dustin Phipps dustinphipps

View GitHub Profile
@dustinphipps
dustinphipps / fcs-sort.sh
Last active September 22, 2015 21:25
Sorts the output of accuri2fcs.py
#!/bin/bash
## FILE: fcs-sort.sh
## DESCRIPTION: Sorts the output of accuri2fcs.py
## AUTHOR: Dustin Phipps <dustinbphipps@gmail.com>
## USAGE: Run inside the output directory of accuri2fcs.py
for file in *
do
# Get directory names from file names
topDir=$(echo $file | cut -d _ -f 1)
@dustinphipps
dustinphipps / ttf-ms-fonts_PKGBUILD.diff
Created July 17, 2015 21:40
Fix SourceForge URL in PKGBUILD for ttf-ms-fonts
17c17
< _sfpath="http://downloads.sourceforge.net/corefonts"
---
> _sfpath="http://ufpr.dl.sourceforge.net/project/corefonts/the%20fonts/final/"