diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2017-10-10 20:29:48 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2017-10-10 20:29:48 +0530 |
commit | 6dfccce55d197fd1940c7201b954a215cdaa3dcf (patch) | |
tree | 87725485de7c14e208315c8fa98ab42e25d35fe3 | |
parent | f1a27e21af2216457a5465b2e31d2f18c9b6c1bc (diff) | |
download | nnn-6dfccce55d197fd1940c7201b954a215cdaa3dcf.tar.gz |
Add copier script
-rwxr-xr-x | scripts/copier/copier.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/copier/copier.sh b/scripts/copier/copier.sh new file mode 100755 index 0000000..90d2a26 --- /dev/null +++ b/scripts/copier/copier.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +echo -n $1 | `xsel --clipboard --input` |