Skip to content

Commit 0d76666

Browse files
committed
new commit
1 parent 3aa60b4 commit 0d76666

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

deploy.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
sh print.sh ./docs/markdown
3+
git add -all
4+
if [ ! -n "$1" ] ;then
5+
git commit -am "new commit"
6+
else
7+
git commit -am "$1"
8+
fi
9+
git push

0 commit comments

Comments
 (0)