aboutsummaryrefslogblamecommitdiffstats
path: root/util/update_theme_repo
blob: 51d2f4175fcf9a0048544fcc4776df0a3cdbe102 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                               
#!/bin/sh -f

if [ $# -eq '2' ]; then
	echo usage: $0 nickname
	exit 1
fi

cd extend/theme/$1
git pull