This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
Files
core/util/update_theme_repo
2015-02-19 21:11:02 -08:00

11 lines
104 B
Bash
Executable File

#!/bin/sh -f
if [ $# -eq '2' ]; then
echo usage: $0 nickname
exit 1
fi
cd extend/theme/$1
git pull