4 SCRIPTNAME=termux-clipboard-set
6 echo "Usage: $SCRIPTNAME [text]"
7 echo "Set the system clipboard text. The text to set is either supplied as arguments or read from stdin if no arguments are given."
11 while getopts :h option
15 ?) echo "$SCRIPTNAME: illegal option -$OPTARG"; exit 1;
20 CMD="@TERMUX_API@ Clipboard -e api_version 2 --ez set true"