diff --git a/update_index.sh b/update_index.sh new file mode 100644 index 0000000000000000000000000000000000000000..7ac56673129beed703dd3b864df5e2770f81ffde --- /dev/null +++ b/update_index.sh @@ -0,0 +1,5 @@ +grip README.md --export index.html +git add index.html +git commit -m "update index" +git pull +git push \ No newline at end of file