mirror of
https://github.com/SinTan1729/random.git
synced 2024-12-25 20:58:37 -06:00
chg: Location of temp clipboard to /tmp/tmp-clipboard
This commit is contained in:
parent
31210178f8
commit
f131c2fc6e
2 changed files with 2 additions and 2 deletions
|
@ -4,4 +4,4 @@
|
||||||
# You need to pass a hostname to this script as an argument, and the script
|
# 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
|
# 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
|
||||||
|
|
|
@ -3,5 +3,5 @@
|
||||||
# This script just puts the piped text to a temp file
|
# 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.
|
# Using the get-remote-tmp-clipboard script, we can retrieve it from another machine.
|
||||||
|
|
||||||
cat >/tmp/.tmp-clipboard
|
cat >/tmp/tmp-clipboard
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue