vps交流

PowerShell关于让rclone配置保持新的token


PowerShell关于让rclone配置保持新的token

经过我长达十多分钟的不懈努力

把这个https://hostloc.com/thread-1013233-1-1.html弄成powershell能用的了

  1. foreach ($line in $(Get-Content $(rclone config file|findstr rclone.conf)|findstr "^[")) {$remote=$line.subString(1,$line.length-2)+":";rclone lsf $remote }

复制代码

赞(0)
版权声明:本贴采用知识共享 署名4.0国际许可协议 [BY-NC-SA] 进行授权
帖子名称:《PowerShell关于让rclone配置保持新的token》
帖子链接:https://bbs.toot.su/123783.html