The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/pki-core#8b79c54b742c4a25d28eb51f9909c72ef40ad600
8 lines
96 B
Bash
Executable File
8 lines
96 B
Bash
Executable File
#!/bin/sh
|
|
|
|
SOURCE=$1
|
|
TARGET=`basename $1`
|
|
|
|
cp $SOURCE $TARGET
|
|
sha512sum --tag $TARGET > sources
|