first commit

This commit is contained in:
CHIEFSOFT\ameye
2024-06-08 17:09:23 -04:00
commit df3a033196
17887 changed files with 8637778 additions and 0 deletions
@@ -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