We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58219fa + a7087a2 commit 56bf789Copy full SHA for 56bf789
1 file changed
scripts/termux-clipboard-set
@@ -21,6 +21,6 @@ CMD="/data/data/com.termux/files/usr/libexec/termux-api Clipboard -e api_version
21
if [ $# = 0 ]; then
22
$CMD
23
else
24
- echo $@ | $CMD
+ echo -n "$@" | $CMD
25
fi
26
0 commit comments