Simplify jsync, add jsync to notes
5ada02dd6499389800c00b9f28d8dfb00284e7b5
1b1c6a2cf21a72df29f5294deafe23b4f2b6deca
@@ -1,7 +1,9 @@ -#!/bin/sh +#!/bin/sh -e homedir="$HOME/drop" -mkdir -p "$homedir" +if ! [ -d "$homedir" ]; then + git clone j3s@gibson:drop "$homedir" +fi cd "$homedir" git pull git add --all
@@ -1,7 +1,9 @@
@@ -4,4 +4,4 @@ # Open notes file & take notes notefile="$HOME/drop/notes.md" vim "+normal Go" "$notefile" -# jsync +jsync
@@ -4,4 +4,4 @@ # Open notes file & take notes