4 lines
80 B
Bash
Executable File
4 lines
80 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sh -c 'sleep 0.5; xdotool type "$(xclip -o -selection clipboard)"'
|