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