6 lines
179 B
Bash
Executable file
6 lines
179 B
Bash
Executable file
rm -rf themes
|
|
mkdir themes
|
|
git clone https://github.com/nunocoracao/blowfish.git themes/blowfish --depth=1
|
|
rm -rf themes/blowfish/.git* themes/blowfish/exampleSite
|
|
git add themes
|