5 lines
79 B
Bash
5 lines
79 B
Bash
#!/bin/sh
|
|
name=$(cat name.local)
|
|
|
|
echo data
|
|
gpg --local-user "$name" --sign -a
|