diff options
Diffstat (limited to 'gemlog-new')
| -rwxr-xr-x | gemlog-new | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -118,6 +118,12 @@ main() { update_index edit_post + + { + cd "$GEMINI_HOME" + git add "$GEMLOG_INDEX" "$_new_post_filename" + git commit && git push + } } main "$@" |
