diff options
| author | 2019-01-03 23:54:31 +0530 | |
|---|---|---|
| committer | 2019-01-03 23:54:31 +0530 | |
| commit | 226fb18d96e87148ac4a14309fd1203a8c1dc3e1 (patch) | |
| tree | 9d4fbbf6f240f359b114e697d162a575ddf55d23 /scripts/user-scripts | |
| parent | 3cbb7dc5dfcbd79b672859959f3e6c6f264df0ec (diff) | |
| download | nnn-226fb18d96e87148ac4a14309fd1203a8c1dc3e1.tar.gz | |
Change location of copier script
Diffstat (limited to 'scripts/user-scripts')
| -rwxr-xr-x | scripts/user-scripts/copier.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/user-scripts/copier.sh b/scripts/user-scripts/copier.sh new file mode 100755 index 0000000..3d8ccb5 --- /dev/null +++ b/scripts/user-scripts/copier.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +# Linux +cat ~/.nnncp | xargs -0 | xsel -bi + +# macOS +# cat ~/.nnncp | xargs -0 | pbcopy + +# Termux +# cat /data/data/com.termux/files/home/.nnncp | xargs -0 | termux-clipboard-set + +# Cygwin +# cat ~/.nnncp | xargs -0 | clip |