feat: marked parse
This commit is contained in:
9
scripts/assets-push.sh
Normal file
9
scripts/assets-push.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
cd assets
|
||||
git init
|
||||
git add .
|
||||
git commit -m 'update assets'
|
||||
git remote add origin git@github.com:mx-space/assets.git
|
||||
git branch -M master
|
||||
git push -u origin master -f
|
||||
rm -rf .git
|
||||
Reference in New Issue
Block a user