diff --git a/upload.sh b/upload.sh deleted file mode 100755 index e1cb076..0000000 --- a/upload.sh +++ /dev/null @@ -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