mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-18 07:34:45 +00:00
Update
This commit is contained in:
parent
c1736abbb6
commit
997b2ca47d
15 changed files with 41 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue