From 226fb18d96e87148ac4a14309fd1203a8c1dc3e1 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Thu, 3 Jan 2019 23:54:31 +0530 Subject: Change location of copier script --- scripts/user-scripts/copier.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 scripts/user-scripts/copier.sh (limited to 'scripts/user-scripts') 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 -- cgit v1.2.3-70-g09d2