overdue
This commit is contained in:
9
.rclone_repo/cmd/progress_other.go
Executable file
9
.rclone_repo/cmd/progress_other.go
Executable file
@@ -0,0 +1,9 @@
|
||||
//+build !windows
|
||||
|
||||
package cmd
|
||||
|
||||
import "os"
|
||||
|
||||
func writeToTerminal(b []byte) {
|
||||
_, _ = os.Stdout.Write(b)
|
||||
}
|
||||
Reference in New Issue
Block a user