summaryrefslogtreecommitdiff
path: root/bin/kindlenotes
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2014-12-11 15:55:50 +0900
committerSean Whitton <spwhitton@spwhitton.name>2014-12-11 15:55:50 +0900
commitfc97405a5ed9e9358284e9b53879acd76b8a62d8 (patch)
treefed682b5901d4721266a94d93597ec55a83c9223 /bin/kindlenotes
parentc713a5225133f1c76cee4a4c59893d28b8441b78 (diff)
downloaddotfiles-fc97405a5ed9e9358284e9b53879acd76b8a62d8.tar.gz
kindlenotes nil should be compatible with Windows file systems
Diffstat (limited to 'bin/kindlenotes')
-rwxr-xr-xbin/kindlenotes2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/kindlenotes b/bin/kindlenotes
index 4a498ff5..a1d33e18 100755
--- a/bin/kindlenotes
+++ b/bin/kindlenotes
@@ -4,7 +4,7 @@ MNT=/mnt/kindle
DEST="$HOME/lib/Dropbox/Kindle notes"
kindle=$(blkid | awk -F: '/Kindle/ { print $1; exit; }')
-filename=$(date +kindle_%F_%R)
+filename=$(date +kindle_%F_%H%M.txt)
group=$(groups | awk '{print $1}')
sudo mkdir -p "$MNT"
mkdir -p "$DEST"