mybin
my ~/bin
git clone
https://a3nm.net/git/mybin/
Log
|
Files
|
Refs
|
README
afk (77B)
1
#!/bin/bash
2
3
# forget gpg passphrase
4
killall -s HUP gpg-agent
5
6
exec xtrlock
7