|
@@ -249,7 +249,11 @@ xod() {
|
249
|
249
|
#
|
250
|
250
|
# Dump xo in a file named $1 somewhere in /tmp; echo the path
|
251
|
251
|
# usage: scp $(xod useful_name.txt) eg:some/shared/place
|
252
|
|
- # instead of xo>useful_name.txt; scp useful_name.txt eg:some/shared/place; rm useful_name.txt
|
|
252
|
+ # instead of:
|
|
253
|
+ #
|
|
254
|
+ # xo > useful_name.txt
|
|
255
|
+ # scp useful_name.txt eg:some/shared/place
|
|
256
|
+ # rm useful_name.txt
|
253
|
257
|
#
|
254
|
258
|
local name="${1:-clipboard_dump.txt}"
|
255
|
259
|
local tmp=$(mktemp -d -t "xod.XXXXXXXX")
|