We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c92f85 commit a7087a2Copy full SHA for a7087a2
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