Load custom CSS on startup
[gmpc.git] / scripts / gmpc-whitespace-cleanup.sh
blobf1bff2d610442e8e9dfb681dcc776ac1306e1604
1 #! /bin/sh
3 sed -i -r \
4 -e 's/\t/ /g' \
5 -e 's/ +$//' \
6 "$@"