rwxrob-dot/scripts/tclip

5 lines
78 B
Plaintext
Raw Normal View History

2022-02-09 07:29:05 +00:00
#!/bin/sh
last=$(tail -1 $HOME/.topics)
echo "${last}" | xclip
echo "${last}"