This commit is contained in:
Edu4rdSHL 2021-04-30 05:13:25 -05:00
parent c1736abbb6
commit 997b2ca47d
No known key found for this signature in database
GPG key ID: 3A574A4009F553E5
15 changed files with 41 additions and 2 deletions

View file

@ -15,3 +15,8 @@ nsretr() {
machinectl copy-from $1 $2 $3/${2##*/}
fi
}
rs() {
local file=${1:-/dev/stdin}
curl --data-binary @${file} https://paste.rs
}