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, 4 insertions, 0 deletions
diff --git a/scripts/copier/copier.sh b/scripts/copier/copier.sh
index 0f5a195..901c45f 100755
--- a/scripts/copier/copier.sh
+++ b/scripts/copier/copier.sh
@@ -1,3 +1,7 @@
#!/bin/sh
cat /path/to/.nnncp | xargs -0 | xsel -bi
+
+# Termux
+# cat /path/to/.nnncp | xargs -0 | termux-clipboard-set
+# e.g.: cat /data/data/com.termux/files/home/.nnncp | xargs -0 | termux-clipboard-set