Blog: 2023-09-06
Jump to navigation
Jump to search
How pass decryption password to weechat using expect
$ env WEECHATPASS=(pass weechat) expect -c ' spawn weechat expect "=> " send -- "$env(WEECHATPASS)\r" interact'
How pass decryption password to weechat using expect
$ env WEECHATPASS=(pass weechat) expect -c ' spawn weechat expect "=> " send -- "$env(WEECHATPASS)\r" interact'