diff options
author | 2019-01-03 23:54:31 +0530 | |
---|---|---|
committer | 2019-01-03 23:54:31 +0530 | |
commit | 226fb18d96e87148ac4a14309fd1203a8c1dc3e1 (patch) | |
tree | 9d4fbbf6f240f359b114e697d162a575ddf55d23 /scripts/copier | |
parent | 3cbb7dc5dfcbd79b672859959f3e6c6f264df0ec (diff) | |
download | nnn-226fb18d96e87148ac4a14309fd1203a8c1dc3e1.tar.gz |
Change location of copier script
Diffstat (limited to 'scripts/copier')
-rwxr-xr-x | scripts/copier/copier.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/scripts/copier/copier.sh b/scripts/copier/copier.sh deleted file mode 100755 index 3d8ccb5..0000000 --- a/scripts/copier/copier.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/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 |