Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhandzdl committed Mar 28, 2021
0 parents commit ff05657
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Music(Oh Yeah)
All created by GreenhandZdl.
13 changes: 13 additions & 0 deletions update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#! /bin/bash

echo start

git pull
git add .

read -p "输入commit: " commit

git commit -m "$commit"
git push

echo end

0 comments on commit ff05657

Please sign in to comment.