delete upload.sh

This commit is contained in:
大窪 貴洋
2022-07-15 12:09:50 +09:00
parent 25af2e45b2
commit aec2a2c6d2
-13
View File
@@ -1,13 +0,0 @@
#!/bin/sh
distname="dump2sq-1.0"
if [ ! -d dump2sq-1.0 ]; then
mkdir $distname
fi
rsync -a *.c *.h Makefile* $distname
rsync -aR example/glass.lammpstrj $distname
tar cvzf ${distname}.tar.gz $distname
rsync -av Readme.html ${distname}.tar.gz\
amorphous:/usr/home/www2/software.files/dump2sq