49a4cc3
#!/bin/sh
49a4cc3
49a4cc3
SOURCE=$1
49a4cc3
TARGET=`basename $1`
49a4cc3
49a4cc3
cp $SOURCE $TARGET
49a4cc3
sha512sum --tag $TARGET > sources