From 51f913e5c8e446decab28702b90255edd0746642 Mon Sep 17 00:00:00 2001 From: pro100ton Date: Sun, 26 Jan 2025 23:42:34 +0300 Subject: [PATCH] Add script for copying data from astra to host clipboard --- scripts/agb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/agb diff --git a/scripts/agb b/scripts/agb new file mode 100755 index 0000000..6bdf21b --- /dev/null +++ b/scripts/agb @@ -0,0 +1,5 @@ +#!/bin/bash + +scp t0xa@172.31.142.161:/tmp/buffer.txt /tmp/astra_buffer.txt +cat /tmp/astra_buffer.txt | xclip -selection clipboard +