Stop hacking around with weird encodings

This commit is contained in:
Loic Nageleisen 2019-11-20 15:47:35 +01:00
parent 1879d5af04
commit 86cf4e97c3

View file

@ -1,7 +1,7 @@
function note() { function note() {
( (
local title="$1" local title="$1"
local timestamp="$(date +%Y-%m-%dT%H%M%S%z)" local timestamp="$(date +%Y%m%dT%H%M%S%z)"
local dir="${HOME}/.local/var/lib/notes" local dir="${HOME}/.local/var/lib/notes"
mkdir -p "${dir}" mkdir -p "${dir}"