dotfiles/.local/bin/printclip

9 lines
108 B
Plaintext
Raw Permalink Normal View History

#!/bin/bash
for (( i=1; i<4; i++ )); do
echo $i
sleep 1
done
echo "Go!"
2023-12-31 04:58:33 +00:00
xclip -o | xdotool type --file -