diff --git a/.gitignore b/.gitignore index 825acb2..03b697a 100644 --- a/.gitignore +++ b/.gitignore @@ -11,5 +11,5 @@ !test.xlsx !a.png !b.png - +!copy.sh diff --git a/copy.sh b/copy.sh new file mode 100755 index 0000000..b865c3e --- /dev/null +++ b/copy.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +rsync -azv \ + Readme.html\ + a.png b.png\ + xls2ternary.py\ + amorphous:/home/www2/software.files/xls2ternary + +