浏览代码

Remove commented-out code

Andrey Bienkowski 3 年之前
父节点
当前提交
c67646857f
共有 1 个文件被更改,包括 0 次插入13 次删除
  1. 0 13
      docs/misc/asciinema/basic.tcl

+ 0 - 13
docs/misc/asciinema/basic.tcl

@@ -96,16 +96,3 @@ foreach line [split [string trimleft $script] \n] {
     eof
     eof
   }
   }
 }
 }
-
-
-
-if {0} {
-  spawn borg init --encryption=repokey /media/backup/borgdemo
-  expect
-  send -h "correct horse battery staple\n"
-  expect "Enter same passphrase again: "
-  send -h "correct horse battery staple\n"
-  expect -ex {Do you want your passphrase to be displayed for verification? [yN]: }
-  send \n
-  expect eof
-}