diff --git a/ss_to_clipboards.sh b/ss_to_clipboards.sh new file mode 100755 index 0000000..e3fc807 --- /dev/null +++ b/ss_to_clipboards.sh @@ -0,0 +1,20 @@ +#!/bin/bash + +############################################################################## +# +# to_clipboards +# By Steven Saus +# (c) 2020; licensed under the MIT license + + if [ "$#" -gt 0 ]; then + # concatenated arguments fed via a pipe. + MyData=$(printf %s "${@}") + else + MyData=$(