replace jsync with syncthing
j3s j3s@c3f.net
Fri, 12 Mar 2021 13:12:29 -0600
D
bin/bedtime
@@ -1,10 +0,0 @@
-#!/bin/sh -e -# -# Plan tomorrow's day - -notefile="$HOME/drop/notes.md" -printf '\n' >> "$notefile" -date +"%Y-%m-%d" >> "$notefile" -printf -- "----------------" >> "$notefile" -vim "+normal Go" +startinsert "$notefile" -jsync
D
bin/jsync
@@ -1,11 +0,0 @@
-#!/bin/sh -e - -homedir="$HOME/drop" -if ! [ -d "$homedir" ]; then - git clone j3s@gibson:drop "$homedir" -fi -cd "$homedir" -git pull -git add --all -git commit -m "$(date +%s)" -git push