From 3d0284399c5ffa965ccfc8c8cc15f7cb2d49c07e Mon Sep 17 00:00:00 2001 From: Nate Buttke Date: Sun, 6 Mar 2022 12:38:36 -0800 Subject: very simple monthly finance script --- book | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 book (limited to 'book') diff --git a/book b/book new file mode 100755 index 0000000..b5bf05a --- /dev/null +++ b/book @@ -0,0 +1,6 @@ +#!/bin/bash +# ``book'' for personal bookkeeping. +month=$(date +%B | tr A-Z a-z) +year=$(date +%G) + +libreoffice dox/personal/fin/$year/$month.ods -- cgit v1.2.3