diff options
-rwxr-xr-x | book | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
index : scripts.git | |
small scripts I use on my laptop | git daemon user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | book | 6 |
@@ -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 |