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