X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/bea93fbd7a67f51f79883a4c6cae9ef0893d0551..42562d13b815e025ffe11ec371e992ef8c3fd778:/packages/termux-api/termux-clipboard-set diff --git a/packages/termux-api/termux-clipboard-set b/packages/termux-api/termux-clipboard-set index 621674f4..c2a3a845 100755 --- a/packages/termux-api/termux-clipboard-set +++ b/packages/termux-api/termux-clipboard-set @@ -5,7 +5,6 @@ SCRIPTNAME=termux-clipboard-set show_usage () { echo "Usage: $SCRIPTNAME [text]" echo "Set the system clipboard text. The text to set is either supplied as arguments or read from stdin if no arguments are given." - echo "" exit 0 }