lyx_mirror/development/checksigs/check_sigs
2017-02-16 12:54:43 -08:00

8 lines
252 B
Plaintext
Executable File

#Keeping track of GPG sig files on ftp server, additional safety measure.
DIR=/tmp/lyxftp.$$
mkdir $DIR
#curlftpfs ftp://ftp.ucsd.edu/LyX/ $DIR
curlftpfs ftp://ftp.lyx.org/pub/lyx/ $DIR
cp ${DIR}/stable/*/*.sig ${DIR}/bin/*/*.sig archive/
git status .