aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/user-scripts/copier.sh
blob: 391770cb2a5a3665b5a3804e15cc16b558003a0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env 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