From 47599dbdda76c0282f62e015943445aad0e3740a Mon Sep 17 00:00:00 2001 From: Takahiro OHKUBO Date: Fri, 20 Sep 2024 17:16:53 +0900 Subject: [PATCH] =?UTF-8?q?copy.sh=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- copy.sh | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100755 copy.sh 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 + +