Commit a39beab1 by Motohisa Nakano

JavaScriptを難読化しない用のシェル追加

parent f9c01070
#!/bin/sh
GIT_BRANCH=`git branch | grep '^\*' | awk '{print $2}'`
GIT_HASH=`git log --pretty="%h" -n 1`
DATE=`date +%Y%m%d%H%M%S`
tar zcvf webviewer_nonobfuscate_${GIT_BRANCH}_${GIT_HASH}_${DATE}.tar.gz *.ico *.html usermanual.files abvw
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment