uci-nemo-actions/path2clip.sh

7 lines
205 B
Bash
Raw Permalink Normal View History

2022-09-03 11:59:42 -07:00
#!/bin/bash
# uncomment next two lines for debugging log file
# LINK_DIR=$(dirname "$1")
# exec 1> "$LINK_DIR"/link.log 2>&1
echo The Link Path- $1 - was sent to clipboard
echo "$1" | /usr/bin/xclip -se c