Browse Source

Add sample command for Termux

master
Arun Prakash Jana 5 years ago
parent
commit
4ef2230fca
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      scripts/copier/copier.sh

+ 4
- 0
scripts/copier/copier.sh View File

@@ -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

Loading…
Cancel
Save