Blog: 2023-09-06: Difference between revisions
Jump to navigation
Jump to search
(Created page with "How pass decryption password to weechat using expect $ env WEECHATPASS=(pass weechat) expect -c ' spawn weechat expect "=> " send -- "$env(WEECHATPASS)\r" interact'") |
(No difference)
|
Revision as of 11:08, 6 September 2023
How pass decryption password to weechat using expect
$ env WEECHATPASS=(pass weechat) expect -c ' spawn weechat expect "=> " send -- "$env(WEECHATPASS)\r" interact'