OSDN Git Service

[add]スコアサーバ用ファイル群アップロードスクリプト
[hengband/web.git] / score / tools / upload.sh
1 #!/bin/sh
2 #
3 # スコアサーバに必要なファイル群をWebサーバホストにアップロードする
4 #
5 # 使い方の例:
6 #   scoreディレクトリにおいて、
7 #   $ sh tools/upload.sh ./ shell.osdn.jp:/home/groups/h/he/hengband/htdocs/score/
8 #
9
10 eval rsync -amvz --exclude=FeedWriter --include=*.php --include=*.js --include=*.inc --include=.htaccess --include=*.gif --include=*.css --include=*.py --include=*/ --exclude=* $1 $2