3 lines
37 B
Plaintext
3 lines
37 B
Plaintext
|
#!/bin/bash
|
||
|
echo "$1" | xclip -sel c
|