aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/copier/copier.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/copier/copier.sh')
-rwxr-xr-xscripts/copier/copier.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/copier/copier.sh b/scripts/copier/copier.sh
index 5629301..0f5a195 100755
--- a/scripts/copier/copier.sh
+++ b/scripts/copier/copier.sh
@@ -1,5 +1,3 @@
#!/bin/sh
-# comment the next line to convert newlines to spaces
-IFS=
-echo -n $1 | `xsel --clipboard --input`
+cat /path/to/.nnncp | xargs -0 | xsel -bi