소스 검색

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
   }
 }
-
-
-
-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
-}