mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
5 lines
73 B
Bash
5 lines
73 B
Bash
#!/usr/bin/env bash
|
|
|
|
nscopy() {
|
|
machinectl copy-to $1 $2 $3/${2##*/}
|
|
}
|