Files
CHIEFSOFT\ameye df3a033196 first commit
2024-06-08 17:09:23 -04:00

9 lines
275 B
Bash

#!/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