commit 92d9ab94096ab467981bbe5b63c7c74a1004b5d9 parent d2d209b8d1e6f9e358f45c04da874e2244390bf8 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Tue, 26 Jan 2021 10:31:24 +0100 add todo script Diffstat:
A | .local/bin/todo.sh | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/.local/bin/todo.sh b/.local/bin/todo.sh @@ -0,0 +1,6 @@ +#!/bin/sh -e +cd "${HOME}/doc/todo" +git pull +$EDITOR todo.txt +git commit -a -m 'auto commit' +git push