From: Armaan Bhojwani <3fb650a9-b47e-4604-a282-1dd91953b2ee@anonaddy.me> Date: Thu, 22 Oct 2020 23:07:58 +0000 (-0400) Subject: fixed echo flag X-Git-Url: https://git.armaanb.net/?p=charsel.git;a=commitdiff_plain;h=bee529ae7f1b61ccbf3bc2cdf9fd4db12c0739f4 fixed echo flag --- diff --git a/charsel b/charsel index 132fb7f..8270ff3 100755 --- a/charsel +++ b/charsel @@ -19,7 +19,9 @@ ######################################################################## -VERSION=2.0.5 +VERSION=2.0.7 + +# Environment variables # Define argument functions function usage() { @@ -221,7 +223,7 @@ do fi # Copy output to clipboard - echo $OUTPUT | xclip -selection clipboard + echo -n $OUTPUT | xclip -selection clipboard clear fi