self-hosted icon indicating copy to clipboard operation
self-hosted copied to clipboard

Remove `function` keyword, fix redirection

Open aburgd opened this issue 2 years ago • 0 comments

Lines 45 and 54 used function keyword, which is not used in prior function declarations. Line 60 threw a syntax error for unexpected redirection, changed <<< operator to use echo and a pipe.

aburgd avatar Dec 27 '22 03:12 aburgd