aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/copier/copier.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/copier/copier.sh')
-rwxr-xr-xscripts/copier/copier.sh13
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