01468800a3
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/tomcatjss#c0ec42d065888628c79de7a1124ca89b1777b192
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
|