chiark
/
gitweb
/
~mdw
/
termux-packages
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
toilet: Switch to mirror for downloading source
[termux-packages]
/
packages
/
termux-api
/
termux-clipboard-set
1
#!/bin/sh
2
3
if [ $# = 0 ]; then
4
TEXT=`cat -`
5
else
6
TEXT="$@"
7
fi
8
9
@TERMUX_API@ Clipboard --es text "$TEXT"