first release

This commit is contained in:
2022-03-12 18:23:22 +09:00
commit 87e8866309
15 changed files with 32729 additions and 0 deletions
Executable
+13
View File
@@ -0,0 +1,13 @@
#!/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