#!/bin/bash

scp <username>@<remote_ip>:/tmp/buffer.txt /tmp/astra_buffer.txt
cat /tmp/astra_buffer.txt | xclip -selection clipboard

