1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00
Files
rclone/cmd/selfupdate/writable_unsupported.go
Ivan Andreev 6fa74340a0 cmd: rclone selfupdate (#5080)
Implements self-update command
Fixes #548
Fixes #5076
2021-03-11 22:39:30 +03:00

8 lines
89 B
Go

// +build plan9 js
package selfupdate
func writable(path string) bool {
return true
}