diff options
-rwxr-xr-x | .local/bin/idea | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.local/bin/idea b/.local/bin/idea index 3e4ee04..a022abf 100755 --- a/.local/bin/idea +++ b/.local/bin/idea @@ -37,10 +37,10 @@ esac $sed -e '/<\/channel>/i '"${rss_fmt}" \ "$HOME"/dev/web/joe-www/thoughts.xml -#$sed -e '/<!-- thoughts here -->$/{n;s#^#'"${html_fmt}"'#;}' \ -# "$HOME"/dev/web/joe-www/thoughts.html -#git -C "$HOME"/dev/web/joe-www add -u -#git -C "$HOME"/dev/web/joe-www commit -m "Thought: ${date}" -#git -C "$HOME"/dev/web/joe-www push -# -#vps +$sed -e '/<!-- thoughts here -->$/{n;s#^#'"${html_fmt}"'#;}' \ + "$HOME"/dev/web/joe-www/thoughts.html +git -C "$HOME"/dev/web/joe-www add -u +git -C "$HOME"/dev/web/joe-www commit -m "Thought: ${date}" +git -C "$HOME"/dev/web/joe-www push + +vps |