clipmenu

Simple clipboard management using dmenu
git clone https://git.sinitax.com/cdown/clipmenu
Log | Files | Refs | README | LICENSE | sfeed.txt

commit 1fcc55a48de7e7aa1e43ec87756328e80982c10d
parent f9a7291472a5c5d375d658a926608a68f22da1ed
Author: Chris Down <chris@chrisdown.name>
Date:   Wed, 22 Jun 2016 16:50:10 +0100

Silence shellcheck warning about mkdir -pm

Diffstat:
Mclipmenud | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/clipmenud b/clipmenud @@ -1,6 +1,9 @@ #!/bin/bash cache_dir=/tmp/clipmenu.$USER/ + +# It's ok that this only applies to the final directory. +# shellcheck disable=SC2174 mkdir -p -m0700 "$cache_dir" declare -A last_data