local copy

This commit is contained in:
Josh Yan
2024-07-05 15:05:58 -07:00
parent 154b59c0b6
commit c44f4825c4
5 changed files with 112 additions and 14 deletions

5
cmd/copy_linux.go Normal file
View File

@@ -0,0 +1,5 @@
package cmd
func localCopy(src, target string) error {
return defaultCopy(src, target)
}