Modify pbin to be more of a "secret upload"
This commit is contained in:
parent
a69d307695
commit
d5800bed8b
1 changed files with 1 additions and 1 deletions
2
bin/pbin
2
bin/pbin
|
@ -2,4 +2,4 @@
|
|||
|
||||
f="${1}"
|
||||
uuid="$(uuidgen -t)"
|
||||
upload "${f}" "${uuid}.txt" "pastes"
|
||||
upload "${f}" "${uuid}/${f}" "pastes"
|
||||
|
|
Reference in a new issue