dotfiles/utils/.local/bin/purr
Érico Rolim 19786cf9bc utils: update and add new pastes.
All of them now use wl-copy conditionally.

- purr: uses bsd.ac
- meow: uses bsd.ac with key
2020-07-07 18:38:37 -03:00

7 lines
153 B
Bash
Executable File

#!/bin/sh
website="$(curl --silent --data-binary "@${1:-/dev/stdin}" bsd.ac:42069)"
echo $website
[ "$WAYLAND_DISPLAY" ] && echo -n $website | wl-copy