5 lines
134 B
Bash
Executable file
5 lines
134 B
Bash
Executable file
#!/bin/bash
|
|
|
|
scp <username>@<remote_ip>:/tmp/buffer.txt /tmp/astra_buffer.txt
|
|
cat /tmp/astra_buffer.txt | xclip -selection clipboard
|
|
|