mirror of
https://github.com/midou36o/midou36o.github.io
synced 2024-11-10 03:52:02 +05:30
6 lines
59 B
Bash
6 lines
59 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
git add .
|
||
|
git commit -am "page update"
|
||
|
git push
|