From e1bd7c68524e8fac8279863d8b5f3b249f22942d Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 17 Mar 2019 18:39:21 +0530 Subject: Drop the .sh subscripts --- user-scripts/copier.sh | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 user-scripts/copier.sh (limited to 'user-scripts/copier.sh') diff --git a/user-scripts/copier.sh b/user-scripts/copier.sh deleted file mode 100755 index a99b88b..0000000 --- a/user-scripts/copier.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env sh - -# Description: Copy selection to clipboard -# -# Shell: generic -# Author: Arun Prakash Jana - -# 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