Add script for copying data from astra to host clipboard
This commit is contained in:
parent
cf7a121135
commit
51f913e5c8
1 changed files with 5 additions and 0 deletions
5
scripts/agb
Executable file
5
scripts/agb
Executable file
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue