first commit
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -d ./vendor/citation-style-language/$1 ]
|
||||
then
|
||||
cd ./vendor/citation-style-language/$1
|
||||
git pull origin master
|
||||
else
|
||||
git clone --branch=master https://github.com/citation-style-language/$1.git vendor/citation-style-language/$1
|
||||
fi
|
||||
Reference in New Issue
Block a user