mirror of
https://github.com/SinTan1729/random.git
synced 2024-12-25 20:58:37 -06:00
7 lines
179 B
Bash
7 lines
179 B
Bash
#!/bin/bash
|
|
|
|
# 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
|
|
|