diff options
Diffstat (limited to 'bin/postit.sh')
-rwxr-xr-x | bin/postit.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/postit.sh b/bin/postit.sh new file mode 100755 index 0000000..d0556a8 --- /dev/null +++ b/bin/postit.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env sh + +POSTIT=$(cat ~/devi/abbatoir/postit | dmenu -l 20 -p "Select Postit:") +echo -n "${POSTIT:0:${#POSTIT}}" | xsel -ip |