From f131c2fc6e6e61ebeabd2638e92f01d72854406c Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Sun, 29 Sep 2024 17:21:03 -0500 Subject: [PATCH] chg: Location of temp clipboard to /tmp/tmp-clipboard --- get-remote-tmp-clipboard | 2 +- tmp-clipboard | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/get-remote-tmp-clipboard b/get-remote-tmp-clipboard index 6c210dc..ca2a8f6 100644 --- a/get-remote-tmp-clipboard +++ b/get-remote-tmp-clipboard @@ -4,4 +4,4 @@ # You need to pass a hostname to this script as an argument, and the script # will pull the text saved by the remote machine's tmp-clipboard script -ssh $* 'cat /tmp/.tmp-clipboard; >$_' | wl-copy +ssh $* 'cat /tmp/tmp-clipboard; >$_' | wl-copy diff --git a/tmp-clipboard b/tmp-clipboard index c16f7ed..d1a72ce 100644 --- a/tmp-clipboard +++ b/tmp-clipboard @@ -3,5 +3,5 @@ # This script just puts the piped text to a temp file # Using the get-remote-tmp-clipboard script, we can retrieve it from another machine. -cat >/tmp/.tmp-clipboard +cat >/tmp/tmp-clipboard