summaryrefslogtreecommitdiffstats
path: root/gnupg-shm-coprocessing.expect
blob: e5544207d38b64591188146eb0d1782a589643cb (plain)
1
2
3
4
5
spawn -noecho ./g10/gpg --homedir . --run-as-shm-coprocess 0
while {1} { expect {
	"shared memory coprocessing is not available" {exit 1}
	"Go ahead and type your message" {exit 0}
} }