📄 showpgp
字号:
#!/bin/sh## Usage: showpgp boundary file## This script will decompose a "multipart/encrypted" with protocol# "application/pgp-encrypted" and pass the parts to pgp### We can just pass the whole thing to pgp#exec xterm -title "Decrypt" -e ishdecrypt $2
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -