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