From b2c574630fdab184eaaeb4230cce97f5b6f74144 Mon Sep 17 00:00:00 2001 From: Sam Calisch <s.calisch@gmail.com> Date: Sun, 30 Jul 2017 17:04:36 -0400 Subject: [PATCH] added script to update index based on readme --- update_index.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 update_index.sh diff --git a/update_index.sh b/update_index.sh new file mode 100644 index 0000000..7ac5667 --- /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 -- GitLab