chg: Location of temp clipboard to /tmp/tmp-clipboard

This commit is contained in:
Sayantan Santra 2024-09-29 17:21:03 -05:00
parent 31210178f8
commit f131c2fc6e
Signed by: SinTan1729
GPG Key ID: 0538DD402EA50898
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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